This documentation is archived and is not being maintained.

SecurityNamespace::QueryAccessControlLists 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 Collection<AccessControlList^>^ QueryAccessControlLists(
	String^ token, 
	IEnumerable<IdentityDescriptor^>^ descriptors, 
	bool includeExtendedInfo, 
	bool recurse
) 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.

recurse
Type: System::Boolean

True to recursively query child objects of the specified token.

Return Value

Type: System.Collections.ObjectModel::Collection<AccessControlList>
AccessControlList objects that are associated with the specified token and identity descriptors.

Show: