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
)
Sub UpdateWorkflowTransitionLocalization (
localeId As String,
wfDefId As String,
transId As String,
wfTransResource As WorkFlowTransitionOverrideResource
)
void UpdateWorkflowTransitionLocalization(
String^ localeId,
String^ wfDefId,
String^ transId,
WorkFlowTransitionOverrideResource^ wfTransResource
)
abstract UpdateWorkflowTransitionLocalization :
localeId : string *
wfDefId : string *
transId : string *
wfTransResource : WorkFlowTransitionOverrideResource -> unit
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