Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IContentItem.PreviewURL Property

Gets the URL to preview the content item.

string PreviewURL {get;}

Property Value

A string describing the URL at which the content item can be previewed. The preview URL will only be valid if IContentItemManager.PreviewContentItem is called prior to this method.

Note: The returned URL is a non-gatewayed URL.

Exceptions

Exception Type Condition
InvalidOperationException The content item has not been persisted or has already been removed.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace