ISiteContentLocalizationProviderUpdateWorkflowTransitionLocalization Method
|
Updates the localization override document for the specified
Workflow Transition under the specified language.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 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