Click or drag to resize

WorkflowManagerGetWorkflowForDocumentVersion Method

Return identifier and name of current workflow associated with given document version.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowDetails GetWorkflowForDocumentVersion(
	int documentVersionId
)

Parameters

documentVersionId
Type: SystemInt32

Return Value

Type: WorkflowDetails
See Also