ISiteContentLocalizationProviderUpdateWorkflowStateLocalization Method
|
Updates the localization override document for the specified
Workflow State under the specified language.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void UpdateWorkflowStateLocalization(
string localeId,
string wfStateId,
string wfName,
string description
)
Sub UpdateWorkflowStateLocalization (
localeId As String,
wfStateId As String,
wfName As String,
description As String
)
void UpdateWorkflowStateLocalization(
String^ localeId,
String^ wfStateId,
String^ wfName,
String^ description
)
abstract UpdateWorkflowStateLocalization :
localeId : string *
wfStateId : string *
wfName : string *
description : string -> unit
Parameters
- localeId
- Type: SystemString
The ID of the language to update the Workflow State's localization for. - wfStateId
- Type: SystemString
The ID of the Workflow State whose localization to update. - wfName
- Type: SystemString
The name of the Workflow State to use to update the localization override document. - description
- Type: SystemString
The description description for the updated workflow state
See Also