BCUserDBGetUsersInfo Method (String, UserInfoFlags) |
Returns an array containing user details of the specified user group.
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,
UserInfoFlags flags
)
Public Function GetUsersInfo (
groupName As String,
flags As UserInfoFlags
) As Array
Parameters
- groupName
- Type: SystemString
The Name of the user group.
- flags
- Type: BlueCieloECM.InnoCielo.Meridian.ServerUserInfoFlags
A bitmask that is a combination of bit flags from UserInfoFlags.
Return Value
Type:
Array
An array containing active user details of the specified user group.
See Also