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.492
Syntax
void SetIDForWorkflowDefinition(
	int workflowDefIndex,
	string workflowId
)

Parameters

workflowDefIndex  Int32
The index of the workflow definition whose ID to set.
workflowId  String
The new ID for the workflow definition
See Also