Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument Interface

This interface represents a document, or more specifically, a collection of meta-data 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, possibly set some of the meta-data 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.

public interface IDocument

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Document

Assembly: edk (in edk.dll)

See Also

IDocument Members | Plumtree.Remote.PRC.Collaboration.Document Namespace