Click or drag to resize

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.492
Syntax
void UpdateWorkflowStateLocalization(
	string localeId,
	string wfStateId,
	string wfName,
	string description
)

Parameters

localeId  String
The ID of the language to update the Workflow State's localization for.
wfStateId  String
The ID of the Workflow State whose localization to update.
wfName  String
The name of the Workflow State to use to update the localization override document.
description  String
The description description for the updated workflow state
See Also