Gets the URL to the published Presentation Template.
A string describing the URL at which the Presentation Template is published. If the Presentation Template is not currently published an InvalidOperationException
will be thrown. The publish URL will only be valid if IPublishablePresentationTemplateManager.PublishPresentationTemplate
is called prior to this method. Note: The returned URL is a non-gatewayed URL.
Exception Type | Condition |
---|---|
InvalidOperationException | The Presentation Template has not been persisted, has been removed, or is not published. |
IPresentationTemplate Interface | Plumtree.Remote.PRC.Content.PresentationTemplate Namespace