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.6.492
Syntax
WorkFlowStateOverrideResource RetrieveWorkflowStateLocalization(
	string locale,
	string wfStateId
)

Parameters

locale  String
Local for which to retrieve resources
wfStateId  String
Workflow state ID

Return Value

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