Click or drag to resize
BCUserDBGetUsersInfo Method (Int32, 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.19.0)
Syntax
public Array GetUsersInfo(
	int groupID,
	UserInfoFlags flags
)

Parameters

groupID
Type: SystemInt32
The ID property value 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