Freigeben über


Repository.UpdateItemSecurity-Methode

Ändert die Sicherheitsinformationen eines Elements.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function UpdateItemSecurity ( _
    workspaceName As String, _
    workspaceOwner As String, _
    changes As SecurityChange(), _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of SecurityChange)
[WebMethodAttribute]
public List<SecurityChange> UpdateItemSecurity(
    string workspaceName,
    string workspaceOwner,
    SecurityChange[] changes,
    out List<Failure> failures
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<SecurityChange>
Array erfolgreiche Änderungen.

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace