Select all users with a given role

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IUser[] SelectUsersByRole(
	string roleId,
	string folioId
)
Visual Basic
Function SelectUsersByRole ( _
	roleId As String, _
	folioId As String _
) As IUser()
Visual C++
array<IUser^>^ SelectUsersByRole(
	String^ roleId, 
	String^ folioId
)

Parameters

roleId
Type: System..::..String
folioId
Type: System..::..String

Return Value

See Also