The DocumentArchiveHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentArchiveHandler | Initializes a new instance of the DocumentArchiveHandler class |
Methods
| Name | Description | |
|---|---|---|
| AddDocument |
Adds a newly created Document and persists in the database.
| |
| AddDocumentArchive |
Adds a document archive, persisting it in database.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetContent | ||
| GetContents |
Retrieves a ContentCollection of both folders/DocumentArchives and Documents
in the specified DocumentArchive
| |
| GetDocument |
Gets the Document for the specified id from persistent storage.
| |
| GetDocumentArchive |
Gets the document archive for the specified id.
| |
| GetDocuments |
Retrieves the Documents from the passed DocumentArchive.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetQueryResult | Overloaded. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDocumentAdded | ||
| OnDocumentArchiveAdded | ||
| OnDocumentArchiveRemoved | ||
| OnDocumentArchiveUpdated | ||
| OnDocumentRemoved | ||
| OnDocumentUpdated | ||
| RemoveDocument |
Removes a Document from the database.
| |
| RemoveDocumentArchive |
Removes a DocumentArchive from the database.
| |
| ToString | (Inherited from Object.) | |
| UpdateDocument |
Updates the Document and persists the changes in the database
| |
| UpdateDocumentArchive |
Updates a DocumentArchive
|
Properties
| Name | Description | |
|---|---|---|
| Instance |
Events
| Name | Description | |
|---|---|---|
| DocumentAdded |
Occurs when a Document is added
| |
| DocumentArchiveAdded |
Occurs when a Document Archive is added
| |
| DocumentArchiveRemoved |
Occurs when a Document Archive is removed
| |
| DocumentArchiveUpdated |
Occurs when a Document Archive is changed
| |
| DocumentRemoved |
Occurs when a Document is removed
| |
| DocumentUpdated |
Occurs when a Document is changed
|