This documentation is archived and is not being maintained.
SecurityNamespace::QueryAccessControlList Method
Visual Studio 2013
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::AccessControlListAccessControlList objects that are associated with the specified token and identity descriptors.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: