Click or drag to resize

ISiteContentLocalizationProviderRetrieveWorkflowDefintionLocalization Method


Retrieves workflow definition in WorkflowDefinitionOverride format.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
WorkFlowDefinitionOverrideResource RetrieveWorkflowDefintionLocalization(
	string locale,
	string wfDefId
)

Parameters

locale
Type: SystemString
Local for which to retrieve resources
wfDefId
Type: SystemString
Workflow definition ID

Return Value

Type: WorkFlowDefinitionOverrideResource
Workflow defintion resources, including the resources of its transitions, as a WorkflowDefinitionOverride instance.
See Also