WorkflowManagerGetWorkflowTemplates Method

Return information about all workflow templates in the system

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information about all workflow templates in the system")]
public List<WorkflowTemplateInfo> GetWorkflowTemplates()

Return Value

ListWorkflowTemplateInfo

See Also