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

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