Click or drag to resize
BCUserDBGetUsersInfo Method (String, Boolean)
Returns an array containing 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.19.0)
Syntax
public Array GetUsersInfo(
	string groupName,
	bool activeOnly
)

Parameters

groupName
Type: SystemString
The name of the user group.
activeOnly
Type: SystemBoolean
A value indicating whether to return only active users.

Return Value

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