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