Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPresentationTemplateManager.GetPresentationTemplates Method 

Returns all IPresentationTemplates in a given IFolder.

IPresentationTemplate[] GetPresentationTemplates(
   IFolder folder
);

Parameters

folder
The folder to retrieve Presentation Templates from; cannot be null.

Return Value

An array of IPresentationTemplates in the specified folder. The returned array is not ordered.

Exceptions

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

See Also

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