Share via


AccessControlList.QueryAccessControlEntries Method

Returns the [AccessControlEntries] for the descriptors that are provided.

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

Syntax

'Declaration
Public Function QueryAccessControlEntries ( _
    descriptors As IEnumerable(Of IdentityDescriptor) _
) As IEnumerable(Of AccessControlEntry)
public IEnumerable<AccessControlEntry> QueryAccessControlEntries(
    IEnumerable<IdentityDescriptor> descriptors
)
public:
IEnumerable<AccessControlEntry^>^ QueryAccessControlEntries(
    IEnumerable<IdentityDescriptor^>^ descriptors
)
member QueryAccessControlEntries : 
        descriptors:IEnumerable<IdentityDescriptor> -> IEnumerable<AccessControlEntry> 
public function QueryAccessControlEntries(
    descriptors : IEnumerable<IdentityDescriptor>
) : IEnumerable<AccessControlEntry>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<AccessControlEntry>
The [AccessControlEntries] for the descriptors that are 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.

.NET Framework Security

See Also

Reference

AccessControlList Class

Microsoft.TeamFoundation.Framework.Server Namespace