The procedure to retrieve the list of permission for given user on the folio

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

Syntax

C#
bool SelectRolePermissionsForUser(
	int folioID,
	int userID,
	out IFieldCollection[] rolePermissionFields
)
Visual Basic
Function SelectRolePermissionsForUser ( _
	folioID As Integer, _
	userID As Integer, _
	<OutAttribute> ByRef rolePermissionFields As IFieldCollection() _
) As Boolean
Visual C++
bool SelectRolePermissionsForUser(
	int folioID, 
	int userID, 
	[OutAttribute] array<IFieldCollection^>^% rolePermissionFields
)

Parameters

folioID
Type: System..::..Int32
ID of folio
userID
Type: System..::..Int32
ID of user
rolePermissionFields
Type: array<Cartella.Interfaces..::..IFieldCollection>[]()[][]%
output the fields for role permissions

Field Value

Boolean

Return Value

True if successful

See Also