Partager via


Repository.QueryItemPermissions, méthode

Retourne les informations d'autorisation pour les éléments donnés.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function QueryItemPermissions ( _
    workspaceName As String, _
    workspaceOwner As String, _
    itemSpecs As ItemSpec(), _
    identityNames As String(), _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of ItemSecurity)
[WebMethodAttribute]
public List<ItemSecurity> QueryItemPermissions(
    string workspaceName,
    string workspaceOwner,
    ItemSpec[] itemSpecs,
    string[] identityNames,
    out List<Failure> failures
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail si un chemin d'accès local est spécifié.Null ou vides sinon.
  • workspaceOwner
    Type : System.String
    Nom du propriétaire de l'espace de travail si un chemin d'accès local est spécifié.Null ou vides sinon.
  • identityNames
    Type : array<System.String[]
    Si non null, seules autorisations de retour pour ces identités.

Valeur de retour

Type : System.Collections.Generic.List<ItemSecurity>

Sécurité .NET Framework

Voir aussi

Référence

Repository Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms