This documentation is archived and is not being maintained.

SecurityNamespace::QueryAccessControlList Method

Gets the AccessControlList objects that are associated with the specified token and identity descriptors.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual AccessControlList^ QueryAccessControlList(
	String^ token, 
	IEnumerable<IdentityDescriptor^>^ descriptors, 
	bool includeExtendedInfo
) abstract

Parameters

token
Type: System::String

The token for the AccessControlList for which to query permissions.

descriptors
Type: System.Collections.Generic::IEnumerable<IdentityDescriptor>

The identity descriptors for which to query access control.

includeExtendedInfo
Type: System::Boolean

True to include extended information. False to exclude extended information.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::AccessControlList
AccessControlList objects that are associated with the specified token and identity descriptors.

Show: