Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function IsPermittedByObjectList ( _
    objectId As String(), _
    actionId As String, _
    userSid As String _
) As Boolean()
[WebMethodAttribute]
public bool[] IsPermittedByObjectList(
    string[] objectId,
    string actionId,
    string userSid
)
[WebMethodAttribute]
public:
array<bool>^ IsPermittedByObjectList(
    array<String^>^ objectId, 
    String^ actionId, 
    String^ userSid
)
[<WebMethodAttribute>]
member IsPermittedByObjectList : 
        objectId:string[] * 
        actionId:string * 
        userSid:string -> bool[] 
public function IsPermittedByObjectList(
    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.