Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplate.GetAttachedPresentationTemplate Method 

Returns the attached Presentation Template or null if no Presentation Template has been attached.

IPresentationTemplate GetAttachedPresentationTemplate();

Return Value

The attached Presentation Template or null if no Presentation Template has been attached.

Exceptions

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

See Also

IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace