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.492
Syntax
void UpdateWorkflowTransitionLocalization(
	string localeId,
	string wfDefId,
	string transId,
	WorkFlowTransitionOverrideResource wfTransResource
)

Parameters

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