Select group Role by role, group, and folio its in

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

Syntax

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

Parameters

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

Return Value

See Also