Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPresentationTemplateManager.RemovePresentationTemplate Method 

Deletes the IPresentationTemplate.

void RemovePresentationTemplate(
   IPresentationTemplate presentationTemplate
);

Parameters

presentationTemplate
The Presentation Template to be deleted; cannot be null.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to delete the Presentation 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