WorkflowManagerGetWorkflowTemplatesInfo Method

Return information about chosen 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 chosen workflow templates in the system")]
public List<WorkflowTemplateInfo> GetWorkflowTemplatesInfo(
	int[] templateIds
)

Parameters

templateIds  Int32
 

Return Value

ListWorkflowTemplateInfo

See Also