This interface represents a document folder or a collection of meta-data about a document folder. To retrieve an existing folder use IDocumentManager.GetFolder
. To insert a newly created folder, first obtain a new empty folder using IDocumentManager.CreateNewFolder
, set some of the meta-data, then store the document folder by calling IDocumentManager.InsertNewFolder
. Any modification or updates of the meta-data of a document folder will not be stored permanently until Store
is called.
For a list of all members of this type, see IDocumentFolder Members.
Namespace: Plumtree.Remote.PRC.Collaboration.Document
Assembly: edk (in edk.dll)
IDocumentFolder Members | Plumtree.Remote.PRC.Collaboration.Document Namespace