ILibraryManagerPlugIn4 Interface |
Namespace:
FileHold.Common
Assembly:
FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntaxpublic interface ILibraryManagerPlugIn4 : ILibraryManagerPlugIn3,
ILibraryManagerPlugIn2, ILibraryManagerPlugIn
Methods
| Name | Description |
---|
 | AddDocument(Int32, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | AddDocument(Int32, Object, Object, Object, Object) | |
 | BeforeInitiateWorkflow(WorkflowInitiationDefinition, Boolean, String) | (Inherited from ILibraryManagerPlugIn3.) |
 | BeforeInitiateWorkflow(WorkflowInitiationDefinition, Boolean, String, Object, Object) | |
 | CheckIn(Int32, Int32, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | CheckIn(Int32, Int32, Object, Object, Object, Object) | |
 | CheckOut(Int32) | (Inherited from ILibraryManagerPlugIn.) |
 | CheckOut(Int32, Object, Object) | |
 | CopyDocument(Int32, Object, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | CopyDocument(Int32, Object, Object, Object, Object, Object) | |
 | FinalizeActivity(Guid, WorkflowTemplateDefinition, Int32) | (Inherited from ILibraryManagerPlugIn2.) |
 | FinalizeActivity(Guid, WorkflowTemplateDefinition, Int32, Object, Object) | |
 | FinalizeWorkflow(Guid, WorkflowStatus) | (Inherited from ILibraryManagerPlugIn2.) |
 | FinalizeWorkflow(Guid, WorkflowStatus, Object, Object) | |
 | InitiateWorkflow(Guid, WorkflowInitiationDefinition) | (Inherited from ILibraryManagerPlugIn2.) |
 | InitiateWorkflow(Guid, WorkflowInitiationDefinition, Object, Object, Object) | |
 | MoveDocument(Int32, Int32, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | MoveDocument(Int32, Int32, Object, Object, Object) | |
 | RemoveDocument(Int32, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | RemoveDocument(Int32, Object, Object, Object) | |
 | SetMetadata(Int32, Array, Object) | (Inherited from ILibraryManagerPlugIn.) |
 | SetMetadata(Int32, Array, Object, Object, Object, Object) | |
Top
See Also