Click or drag to resize

BCUserDBGetUsersInfo Method (String)

Returns an array containing active user details of the user group with the specified name.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public Array GetUsersInfo(
	string groupName
)

Parameters

groupName
Type: SystemString
The name of the user group.

Return Value

Type: Array
An array containing active user details of the user group with the specified name.
See Also