Share via


AccessControlListsController.QueryAccessControlLists Method

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

Syntax

'Declaration
<HttpGetAttribute> _
Public Function QueryAccessControlLists ( _
    securityNamespaceId As Guid, _
    token As String, _
    descriptors As String, _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As IQueryable(Of AccessControlList)
[HttpGetAttribute]
public IQueryable<AccessControlList> QueryAccessControlLists(
    Guid securityNamespaceId,
    string token,
    string descriptors,
    bool includeExtendedInfo,
    bool recurse
)
[HttpGetAttribute]
public:
IQueryable<AccessControlList^>^ QueryAccessControlLists(
    Guid securityNamespaceId, 
    String^ token, 
    String^ descriptors, 
    bool includeExtendedInfo, 
    bool recurse
)
[<HttpGetAttribute>]
member QueryAccessControlLists : 
        securityNamespaceId:Guid * 
        token:string * 
        descriptors:string * 
        includeExtendedInfo:bool * 
        recurse:bool -> IQueryable<AccessControlList> 
public function QueryAccessControlLists(
    securityNamespaceId : Guid, 
    token : String, 
    descriptors : String, 
    includeExtendedInfo : boolean, 
    recurse : boolean
) : IQueryable<AccessControlList>

Parameters

Return Value

Type: System.Linq.IQueryable<AccessControlList>

.NET Framework Security

See Also

Reference

AccessControlListsController Class

Microsoft.TeamFoundation.Framework.Server Namespace