Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPresentationTemplateManager.GetPresentationTemplate Method 

Returns an IPresentationTemplate by its UUID.

IPresentationTemplate GetPresentationTemplate(
   string UUID
);

Parameters

UUID
The Presentation Template UUID; cannot be null, empty, or longer than 255 characters. The UUID of an object can be obtained using the UUID property in the IPresentationTemplate class.

Return Value

The IPresentationTemplate or null if the Presentation Template does not exist.

Exceptions

Exception Type Condition
ArgumentException The UUID is empty or longer than 255 characters.
ContentSecurityException The user does not have permission to access the template.
ContentException The method call resulted in a Publisher exception.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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