Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPresentationTemplate.Publishable Property

Gets a value indicating whether or not the Presentation Template can be published.

bool Publishable {get;}

Property Value

A bool value indicating whether or not the Presentation Template can be published. Returns true if the Presentation Template has been persisted and there is no attached IDataEntryTemplate, otherwise returns false.

Exceptions

Exception Type Condition
InvalidOperationException The Presentation Template has already been removed.
ContentException The method call resulted in a Publisher exception.
ContentSecurityException The user does not have permission to access the containing folder.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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