This topic has not yet been rated - Rate this topic

IAuthorizationService.ReadAccessControlLists Method

Reads the ACLs on a securable object.

Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

AccessControlEntry[][] ReadAccessControlLists (
	string[] objectId
)
AccessControlEntry[][] ReadAccessControlLists (
	String[] objectId
)
function ReadAccessControlLists (
	objectId : String[]
) : AccessControlEntry[][]

Parameters

objectId

The unique object identifier supplied by the caller. A URI (for artifacts) or a GUID (for all other objects) is recommended.

Return Value

Returns the access control lists associated with the specified objects, including inherited ACEs.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ