Select the User Roles with the following information

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

Syntax

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

Parameters

roleId
Type: System..::..String
Role attached to
userId
Type: System..::..String
User attached to
folioId
Type: System..::..String
Folio we are in

Return Value

See Also