Click or drag to resize

ISiteContentLocalizationProviderUpdateWorkflowDefinitionLocalization Method


Updates the localization override document for the specified Workflow Definition under the specified language.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void UpdateWorkflowDefinitionLocalization(
	string localeId,
	string wfDefId,
	WorkFlowDefinitionOverrideResource wfDefResource
)

Parameters

localeId
Type: SystemString
The ID of the language to update the Workflow Definition's localization for.
wfDefId
Type: SystemString
The ID of the Workflow Definition whose localization to update.
wfDefResource
Type: WorkFlowDefinitionOverrideResource
The Workflow Definition Override to use to update the localization override document.
See Also