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

Syntax

C#
public Array GetUsersInfo(
	string groupName,
	bool activeOnly
)
Visual Basic
Public Function GetUsersInfo ( _
	groupName As String, _
	activeOnly As Boolean _
) As Array
Visual C++
public:
Array^ GetUsersInfo(
	String^ groupName, 
	bool activeOnly
)

Parameters

groupName
Type: System..::..String
The name 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 name.

See Also