ILibraryManagerPlugIn6 Interface

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public interface ILibraryManagerPlugIn6 : ILibraryManagerPlugIn5, 
	ILibraryManagerPlugIn4, ILibraryManagerPlugIn3, ILibraryManagerPlugIn2, ILibraryManagerPlugIn
Implements
ILibraryManagerPlugIn, ILibraryManagerPlugIn2, ILibraryManagerPlugIn3, ILibraryManagerPlugIn4, ILibraryManagerPlugIn5

Methods

AddDocument(Int32, Object)
(Inherited from ILibraryManagerPlugIn)
AddDocument(Int32, Object, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
BeforeInitiateWorkflow(WorkflowInitiationDefinition, Boolean, String)
(Inherited from ILibraryManagerPlugIn3)
BeforeInitiateWorkflow(WorkflowInitiationDefinition, Boolean, String, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
CheckIn(Int32, Int32, Object)
(Inherited from ILibraryManagerPlugIn)
CheckIn(Int32, Int32, Object, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
CheckOut(Int32)
(Inherited from ILibraryManagerPlugIn)
CheckOut(Int32, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
CopyDocument(Int32, Object, Object)
(Inherited from ILibraryManagerPlugIn)
CopyDocument(Int32, Object, Object, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
FinalizeActivity(Guid, WorkflowTemplateDefinition, Int32)
(Inherited from ILibraryManagerPlugIn2)
FinalizeActivity(Guid, WorkflowTemplateDefinition, Int32, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
FinalizeWorkflow(Guid, WorkflowStatus)
(Inherited from ILibraryManagerPlugIn2)
FinalizeWorkflow(Guid, WorkflowStatus, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
InitiateWorkflow(Guid, WorkflowInitiationDefinition)
(Inherited from ILibraryManagerPlugIn2)
InitiateWorkflow(Guid, WorkflowInitiationDefinition, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
MoveDocument(Int32, Int32, Object)
(Inherited from ILibraryManagerPlugIn)
MoveDocument(Int32, Int32, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
OverrideInitiateWorkflow
(Inherited from ILibraryManagerPlugIn5)
PrepareDocumentsForDownload
(Inherited from ILibraryManagerPlugIn5)
PrepareDocumentsForView
(Inherited from ILibraryManagerPlugIn5)
ProcessEvent
(Inherited from ILibraryManagerPlugIn5)
ProcessEventNotification
(Inherited from ILibraryManagerPlugIn5)
RemoveDocument(Int32, Object)
(Inherited from ILibraryManagerPlugIn)
RemoveDocument(Int32, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
RestartWorkflow 
SetMetadata(Int32, Array, Object)
(Inherited from ILibraryManagerPlugIn)
SetMetadata(Int32, Array, Object, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)

See Also