Connection GetRoleAssignments Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Get role assignments from the specified folder

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public Object[] GetRoleAssignments(
	string vaultidentifier,
	string folderid,
	ref bool inherited
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault for which role assignments are to be returned.
folderid
Type: OnlineSystem String
Path or ID of the folder
inherited
Type: OnlineSystem Boolean 
Output parameter - true if the role assignments are inherited from the parent

Return Value

Array of assignments, each of which is represented by an array of 2 elements - the first one is user or group name, and the second one is the role name
Remarks

See Also