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