Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplateManager.GetDataEntryTemplates Method 

Returns all IDataEntryTemplates contained in a given IFolder.

IDataEntryTemplate[] GetDataEntryTemplates(
   IFolder folder
);

Parameters

folder
The folder to retrieve Data Entry Templates from; cannot be null.

Return Value

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

Exceptions

Exception Type Condition
ContentException The method call resulted in a Publisher 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.
ContentSecurityException The user does not have permission to access the folder.

See Also

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