Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function IsPermitted ( _
objectId As String(), _
actionId As String, _
userSid As String _
) As Boolean()
bool[] IsPermitted(
string[] objectId,
string actionId,
string userSid
)
array<bool>^ IsPermitted(
array<String^>^ objectId,
String^ actionId,
String^ userSid
)
abstract IsPermitted :
objectId:string[] *
actionId:string *
userSid:string -> bool[]
function IsPermitted(
objectId : String[],
actionId : String,
userSid : String
) : boolean[]
Parameters
- objectId
Type: array<System.String[]
- actionId
Type: System.String
- userSid
Type: System.String
Return Value
Type: array<System.Boolean[]
Returns Boolean.
.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.