This topic has not yet been rated - Rate this topic

IAuthorizationService.ListLocalizedActionNames Method

Returns natural-language action names for a set of actions for a class.

Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

string[] ListLocalizedActionNames (
	string objectClassId,
	string[] actionId
)
String[] ListLocalizedActionNames (
	String objectClassId, 
	String[] actionId
)
function ListLocalizedActionNames (
	objectClassId : String, 
	actionId : String[]
) : String[]

Parameters

objectClassId

The name of one of the registered object classes, for which the actions are defined.

actionId

The action for which a localized name is to be returned.

Return Value

An array of localized friendly names associated with the actions.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ