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
)
Sub SetIDForWorkflowDefinition (
workflowDefIndex As Integer,
workflowId As String
)
void SetIDForWorkflowDefinition(
int workflowDefIndex,
String^ workflowId
)
abstract SetIDForWorkflowDefinition :
workflowDefIndex : int *
workflowId : string -> unit
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