Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentFolder Interface

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.

public interface IDocumentFolder

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Document

Assembly: edk (in edk.dll)

See Also

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