Interface that represents a document, or more specifically, a collection of metadata about a Collaboration document. To retrieve an existing document, use IDocumentManager.GetDocument
. To insert a new document, first obtain a new empty IDocument
using IDocumentManager.CreateNewDocument
, set some of the metadata such as author, then call IDocumentManager.InsertNewDocument
. To retrieve the actual content of a saved document, call GetContentAsInputStream()
Any modification of a document will not be stored permanently until Store
is called.
For a list of all members of this type, see IDocument Members.
Namespace: Plumtree.Remote.PRC.Collaboration.Document
Assembly: idk (in idk.dll)
IDocument Members | Plumtree.Remote.PRC.Collaboration.Document Namespace