Click or drag to resize

ISiteContentLocalizationProviderRetrieveWorkflowStateLocalization Method


Retrieves workflow state name and description.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
WorkFlowStateOverrideResource RetrieveWorkflowStateLocalization(
	string locale,
	string wfStateId
)

Parameters

locale
Type: SystemString
Local for which to retrieve resources
wfStateId
Type: SystemString
Workflow state ID

Return Value

Type: WorkFlowStateOverrideResource
Workflow state name and description in the NameDescriptionPair object format.
See Also