Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentFolder Interface

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.

public interface IDocumentFolder

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Document

Assembly: idk (in idk.dll)

See Also

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