IWorldViewSettingsSetIDForWorkflowDefinition Method
|
Sets the ID for a workflow definition.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 Int32
- The index of the workflow definition whose ID to set.
- workflowId String
- The new ID for the workflow definition
See Also