BCUserDBGetUsersInfo Method (Int32, Boolean) |
Returns an array containing user details of yhe user group
with the specified ID property value.
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(
int groupID,
bool activeOnly
)
Public Function GetUsersInfo (
groupID As Integer,
activeOnly As Boolean
) As Array
Parameters
- groupID
- Type: SystemInt32
The ID property value 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
ID property value.
See Also