Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPresentationTemplate.Searchable Property

Gets or sets a value indicating whether a content item published with this Presentation Template will be searchable in the Search server.

bool Searchable {get; set;}

Property Value

A bool value indicating whether a content item published with this Presentation Template could be indexed by the Search server at publishing time.

Default value is true.

In order for a content item to be searchable, at publishing time its Presentation Template Searchable must be true and the content item or its folder must have an associated portlet ID. A folder is associated with portlet ID if the folder itself has an associated portlet ID or one of its parent folders has an associated portlet ID. Use IContentItem.AssociatedPortletID or IFolder.AssociatedPortletIDs to determine if a content item or its containing folder has an associated portlet ID. For information about associating portlet IDs with content items, refer to the Administrator Guide for Plumtree Content Server.

Exceptions

Exception Type Condition
InvalidOperationException The Presentation Template has already been removed.

See Also

IPresentationTemplate Interface | Plumtree.Remote.PRC.Content.PresentationTemplate Namespace