This documentation is archived and is not being maintained.

AccessControlList::QueryAccessControlEntries Method

Returns the AccessControlEntries for the descriptors provided.

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

public:
IEnumerable<AccessControlEntry^>^ QueryAccessControlEntries(
	IEnumerable<IdentityDescriptor^>^ descriptors
)

Parameters

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

The descriptors to query AccessControlEntries for. If null is passed in for this, AccessControlEntries for all descriptors will be returned.

Return Value

Type: System.Collections.Generic::IEnumerable<AccessControlEntry>
The AccessControlEntries for the descriptors provided. If no AccessControlEntry exists for a given descriptor in this AccessControlList then an empty AccessControlEntry will be returned. The AccessControlEntries are retuned in the same order that the descriptors are passed in.

Show: