AuthorizationService.ListLocalizedActionNames Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ListLocalizedActionNames ( _
objectClassId As String, _
actionId As String() _
) As String()
[WebMethodAttribute]
public string[] ListLocalizedActionNames(
string objectClassId,
string[] actionId
)
[WebMethodAttribute]
public:
array<String^>^ ListLocalizedActionNames(
String^ objectClassId,
array<String^>^ actionId
)
[<WebMethodAttribute>]
member ListLocalizedActionNames :
objectClassId:string *
actionId:string[] -> string[]
public function ListLocalizedActionNames(
objectClassId : String,
actionId : String[]
) : String[]
Parameters
- objectClassId
Type: System.String
- actionId
Type: array<System.String[]
Return Value
Type: array<System.String[]
Returns String.
.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.