BCUserDBGetUsersInfo Method (String, Boolean) |
Returns an array containing user details of the user group
with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
Public Function GetUsersInfo (
groupName As String,
activeOnly As Boolean
) As Array
public:
Array^ GetUsersInfo(
String^ groupName,
bool activeOnly
)
member GetUsersInfo :
groupName : string *
activeOnly : bool -> Array
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