Click or drag to resize

ISiteContentLocalizationProviderUpdateWorkflowTransitionLocalization Method


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void UpdateWorkflowTransitionLocalization(
	string localeId,
	string wfDefId,
	string transId,
	WorkFlowTransitionOverrideResource wfTransResource
)

Parameters

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