IWorldViewSettingsGetIDForWorkflowDefinition Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string GetIDForWorkflowDefinition(
int workflowDefIndex
)
Function GetIDForWorkflowDefinition (
workflowDefIndex As Integer
) As String
String^ GetIDForWorkflowDefinition(
int workflowDefIndex
)
abstract GetIDForWorkflowDefinition :
workflowDefIndex : int -> string
Parameters
- workflowDefIndex
- Type: SystemInt32
[Missing <param name="workflowDefIndex"/> documentation for "M:Ingeniux.CMS.IWorldViewSettings.GetIDForWorkflowDefinition(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Ingeniux.CMS.IWorldViewSettings.GetIDForWorkflowDefinition(System.Int32)"]
See Also