Click or drag to resize

WorkflowManagerGetWorkflowTemplate Method

Return the definition of specified workflow template.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowTemplateDefinition GetWorkflowTemplate(
	int workflowTemplateId
)

Parameters

workflowTemplateId
Type: SystemInt32

Return Value

Type: WorkflowTemplateDefinition
See Also