AquaLogic Interaction Development Kit (IDK) 6.0.0

IPresentationTemplate.Store Method 

Stores the Presentation Template.

void Store();

Remarks

This method is used to persist a newly-created Presentation Template or persist modifications to an existing Presentation Template, including template text or any field modification.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have the permission to store the Presentation Template.
NameAlreadyInUseException There is already a Presentation Template with the given name existed in the same folder.
ContentException The Presentation Template is associated with an invalid portlet ID, or the method call resulted in a Publisher exception.
InvalidOperationException The Presentation Template has already been removed, or if the containing folder has been removed.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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