AccessControlListsController.QueryAccessControlLists, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- securityNamespaceId
Type : System.Guid
- token
Type : System.String
- descriptors
Type : System.String
- includeExtendedInfo
Type : System.Boolean
- recurse
Type : System.Boolean
Valeur de retour
Type : System.Linq.IQueryable<AccessControlList>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.