Click or drag to resize

WorkflowManagerGetWorkflowTemplatesInfo Method

Return information about chosen workflow templates in the system

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowTemplateInfo> GetWorkflowTemplatesInfo(
	int[] templateIds
)

Parameters

templateIds
Type: SystemInt32

Return Value

Type: ListWorkflowTemplateInfo
See Also