Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IFolder Interface

An IFolder represents a folder in the Content Server which is a container for IContentItem, IDataEntryTemplate, IPresentationTemplate, ISelectionList, and other IFolder objects. Any modifications to the IFolder meta-data will not be stored permanently until Store is called.

If you associate a folder with a portlet then all content items in that folder or its sub-folders will be indexed by the Search server and made searchable. See the AddAssociatedPortletID method documentation on how to add an associated portlet ID to a folder.

Prior to associating a portlet to a folder, either a content item or a publishable Presentation Template in that folder must be associated with the same portlet.

To associate a portlet with a content item and make it searchable, see IContentItem.SetAssociatedPortletID.

To associate a portlet with a publishable Presentation Template, see IPresentationTemplate.SetAssociatedPortletID. Note: Content Server does not support making a publishable Presentation Template searchable.

Refer to the Administrator Guide for Content Server for additional details on portlet association with a content item, a Presentation Template or a folder.

For a list of all members of this type, see IFolder Members.

public interface IFolder

Requirements

Namespace: Plumtree.Remote.PRC.Content.Folder

Assembly: edk (in edk.dll)

See Also

IFolder Members | Plumtree.Remote.PRC.Content.Folder Namespace