ILibraryManagerPlugIn5 Interface

Definition

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

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 
PrepareDocumentsForDownload 
PrepareDocumentsForView 
ProcessEvent 
ProcessEventNotification 
RemoveDocument(Int32, Object)
(Inherited from ILibraryManagerPlugIn)
RemoveDocument(Int32, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)
SetMetadata(Int32, Array, Object)
(Inherited from ILibraryManagerPlugIn)
SetMetadata(Int32, Array, Object, Object, Object, Object)
(Inherited from ILibraryManagerPlugIn4)

See Also