Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplateManager.RemoveDataEntryTemplate Method 

Deletes the IDataEntryTemplate.

void RemoveDataEntryTemplate(
   IDataEntryTemplate dataEntryTemplate
);

Parameters

dataEntryTemplate
The Data Entry Template to be deleted; cannot be null.

Remarks

Note: All the associated content items will be deleted if the underlying Data Entry Template is deleted.

Exceptions

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

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