ISiteContentLocalizationProviderRetrieveWorkflowDefintionLocalization Method
|
Retrieves workflow definition in WorkflowDefinitionOverride format.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax WorkFlowDefinitionOverrideResource RetrieveWorkflowDefintionLocalization(
string locale,
string wfDefId
)
Function RetrieveWorkflowDefintionLocalization (
locale As String,
wfDefId As String
) As WorkFlowDefinitionOverrideResource
WorkFlowDefinitionOverrideResource^ RetrieveWorkflowDefintionLocalization(
String^ locale,
String^ wfDefId
)
abstract RetrieveWorkflowDefintionLocalization :
locale : string *
wfDefId : string -> WorkFlowDefinitionOverrideResource
Parameters
- locale
- Type: SystemString
Local for which to retrieve resources - wfDefId
- Type: SystemString
Workflow definition ID
Return Value
Type:
WorkFlowDefinitionOverrideResourceWorkflow defintion resources, including the resources of its transitions, as a WorkflowDefinitionOverride instance.
See Also