Previews the IContentItem and copies it to a preview target set internally by Publisher.
null. The preview URL can be retrieved via IContentItem.PreviewURL property. An InvalidOperationException will be thrown if the IDataEntryTemplate of the item does not have an attached IPresentationTemplate. A ContentException will be thrown if the attached IPresentationTemplate contains invalid template text.
| Exception Type | Condition |
|---|---|
| ContentSecurityException | The user does not have permission to preview the item. |
| InvalidOperationException | The content item's IDataEntryTemplate does not have an attached IPresentationTemplate. |
| ContentException | The method call resulted in a Publisher exception. |
| SoapException | There was a communication problem during the execution of the remote method call. |
IContentItemManager Interface | Plumtree.Remote.PRC.Content.Item Namespace