Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPresentationTemplate.PreviewURL Property

Gets the URL to preview the Presentation Template.

string PreviewURL {get;}

Property Value

A string describing the URL at which the Presentation Template can be previewed. The preview URL will only be valid if IPublishablePresentationTemplateManager.PreviewPresentationTemplate is called prior to this method.

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

Exceptions

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

See Also

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