ISiteContentLocalizationProviderWorkflowOverridesDocument Method
|
Retrieves the
Workflow Defintions and
Work States localization override document for the specified language. If the document doesn't exist yet, it is created.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax WorkFlowOverridesDocument WorkflowOverridesDocument(
string locale
)
Function WorkflowOverridesDocument (
locale As String
) As WorkFlowOverridesDocument
WorkFlowOverridesDocument^ WorkflowOverridesDocument(
String^ locale
)
abstract WorkflowOverridesDocument :
locale : string -> WorkFlowOverridesDocument
Parameters
- locale
- Type: SystemString
The language for which to retrieve the localization document
Return Value
Type:
WorkFlowOverridesDocumentLocalization document of the specific language for
Workflow Defintions and
Work States.
See Also