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
- securityNamespaceId
Type: System.Guid
- token
Type: System.String
- descriptors
Type: System.String
- includeExtendedInfo
Type: System.Boolean
- recurse
Type: System.Boolean
Return Value
Type: System.Linq.IQueryable<AccessControlList>
.NET Framework Security
- 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.