Freigeben über


AuthorizationService.IsPermittedByActionList-Methode

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function IsPermittedByActionList ( _
    objectId As String, _
    actionId As String(), _
    userSid As String _
) As Boolean()
[WebMethodAttribute]
public bool[] IsPermittedByActionList(
    string objectId,
    string[] actionId,
    string userSid
)

Parameter

Rückgabewert

Typ: array<System.Boolean[]
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AuthorizationService Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace