The DocumentArchiveHandler type exposes the following members.

Constructors

  NameDescription
DocumentArchiveHandler
Initializes a new instance of the DocumentArchiveHandler class

Methods

  NameDescription
AddDocument
Adds a newly created Document and persists in the database.
AddDocumentArchive
Adds a document archive, persisting it in database.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetQueryResultOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateDocument
Updates the Document and persists the changes in the database
UpdateDocumentArchive
Updates a DocumentArchive

Properties

  NameDescription
Instance

Events

  NameDescription
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

See Also