Click or drag to resize

WorkflowManagerAddWorkflowTemplate Method

Add new workflow template.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddWorkflowTemplate(
	WorkflowTemplateDefinition template,
	string clonedWorkflowName
)

Parameters

template
Type: FileHold.Common.WorkflowEngineWorkflowTemplateDefinition
clonedWorkflowName
Type: SystemString

Return Value

Type: Int32
See Also