IWorldViewSettingsWorkflowDefinitions Method
|
Gets the workflow definitions for WorldView
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<WorldViewSettingEntry> WorkflowDefinitions()
Function WorkflowDefinitions As IEnumerable(Of WorldViewSettingEntry)
IEnumerable<WorldViewSettingEntry^>^ WorkflowDefinitions()
abstract WorkflowDefinitions : unit -> IEnumerable<WorldViewSettingEntry>
Return Value
IEnumerableWorldViewSettingEntryA list of workflow definitions
See Also