IWorldViewSettingsGetNameForWorkflowDefinition Method
|
Gets the name for a workflow definition.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring GetNameForWorkflowDefinition(
int workflowDefIndex
)
Function GetNameForWorkflowDefinition (
workflowDefIndex As Integer
) As String
String^ GetNameForWorkflowDefinition(
int workflowDefIndex
)
abstract GetNameForWorkflowDefinition :
workflowDefIndex : int -> string Parameters
- workflowDefIndex Int32
- The index of the workflow definition
Return Value
StringThe name for the workflow definition
See Also