AuthorizationService.IsPermittedByActionList Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
)
[WebMethodAttribute]
public:
array<bool>^ IsPermittedByActionList(
String^ objectId,
array<String^>^ actionId,
String^ userSid
)
[<WebMethodAttribute>]
member IsPermittedByActionList :
objectId:string *
actionId:string[] *
userSid:string -> bool[]
public function IsPermittedByActionList(
objectId : String,
actionId : String[],
userSid : String
) : boolean[]
Parameters
- objectId
Type: System.String
- actionId
Type: array<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.