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.111.0)
Syntax public Array GetUsersInfo(
string groupName,
bool activeOnly
)
Public Function GetUsersInfo (
groupName As String,
activeOnly As Boolean
) As 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