WorkflowManagerPrepareWorkflowForDocument Method

Prepare a workflow template for the document version.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Prepare a workflow template for the document version.")]
public WorkflowTemplateDefinition PrepareWorkflowForDocument(
	int workflowTemplateId,
	int documentVersionId,
	ref ADAMObject[] invalidObservers,
	ref ADAMObject[] invalidParticipants
)

Parameters

workflowTemplateId  Int32
 
documentVersionId  Int32
 
invalidObservers  ADAMObject
 
invalidParticipants  ADAMObject
 

Return Value

WorkflowTemplateDefinition

See Also