IWorldViewSettingsSetIDForWorkflowDefinition Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
[Missing <param name="workflowDefIndex"/> documentation for "M:Ingeniux.CMS.IWorldViewSettings.SetIDForWorkflowDefinition(System.Int32,System.String)"]
- workflowId
- Type: SystemString
[Missing <param name="workflowId"/> documentation for "M:Ingeniux.CMS.IWorldViewSettings.SetIDForWorkflowDefinition(System.Int32,System.String)"]
See Also