Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPresentationTemplate.PublishURL Property

Gets the URL to the published Presentation Template.

string PublishURL {get;}

Property Value

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.

Exceptions

Exception Type Condition
InvalidOperationException The Presentation Template has not been persisted, has been removed, or is not published.

See Also

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