Gets or sets a value indicating whether a content item published with this Presentation Template will be searchable in the Search server.
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 istrue
. 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.
Exception Type | Condition |
---|---|
InvalidOperationException | The Presentation Template has already been removed. |
IPresentationTemplate Interface | Plumtree.Remote.PRC.Content.PresentationTemplate Namespace