AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.PublishURL Property

Gets the URL to the published content item.

string PublishURL {get;}

Property Value

A string describing the URL at which the content item is published. If the content item is not currently published an InvalidOperationException will be thrown. Note: The returned URL is a non-gatewayed URL.

Exceptions

Exception Type Condition
InvalidOperationException The content item has not been persisted, has been removed, or is not published.

See Also

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