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.492
Syntax
void UpdateWorkflowDefinitionLocalization(
	string localeId,
	string wfDefId,
	WorkFlowDefinitionOverrideResource wfDefResource
)

Parameters

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