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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Array GetUsersInfo(
	int groupID,
	bool activeOnly
)
Visual Basic
Public Function GetUsersInfo ( _
	groupID As Integer, _
	activeOnly As Boolean _
) As Array
Visual C++
public:
Array^ GetUsersInfo(
	int groupID, 
	bool activeOnly
)

Parameters

groupID
Type: System..::..Int32
The ID property value of the user group.
activeOnly
Type: System..::..Boolean
A value indicating whether to return only active users.

Return Value

An array containing user details of the user group with the specified ID property value.

See Also