Click or drag to resize

IWorldViewSettingsSetIDForWorkflowDefinition Method


Sets the ID for a workflow definition.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void SetIDForWorkflowDefinition(
	int workflowDefIndex,
	string workflowId
)

Parameters

workflowDefIndex
Type: SystemInt32
The index of the workflow definition whose ID to set.
workflowId
Type: SystemString
The new ID for the workflow definition
See Also