Interface that represents a document folder or a collection of metadata 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 metadata, then store the document folder by calling IDocumentManager.InsertNewFolder
. Any modifications made to the metadata 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: idk (in idk.dll)
IDocumentFolder Members | Plumtree.Remote.PRC.Collaboration.Document Namespace