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.6.492
Syntax
WorkFlowDefinitionOverrideResource RetrieveWorkflowDefintionLocalization(
	string locale,
	string wfDefId
)

Parameters

locale  String
Local for which to retrieve resources
wfDefId  String
Workflow definition ID

Return Value

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