Click or drag to resize

WorkflowManagerPrepareWorkflowForDocument Method

Prepare a workflow template for the document version.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowTemplateDefinition PrepareWorkflowForDocument(
	int workflowTemplateId,
	int documentVersionId,
	ref ADAMObject[] invalidObservers,
	ref ADAMObject[] invalidParticipants
)

Parameters

workflowTemplateId
Type: SystemInt32
documentVersionId
Type: SystemInt32
invalidObservers
Type: ADAMObject
invalidParticipants
Type: ADAMObject

Return Value

Type: WorkflowTemplateDefinition
See Also