Returns the Data Entry Template for this content item.
The IDataEntryTemplate for this IContentItem.
This method will return the Data Entry Template that the content item was created with. Note: A persisted Data Entry Template is required when creating a new content item using IContentItemManager.CreateContentItem or an InvalidOperationException will be thrown.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The current content item has not been stored or has already been removed. |
| ContentException | The method call resulted in a Publisher exception. |
| ContentSecurityException | The user does not have permission to access the content item. |
| SoapException | There was a communication problem during the execution of the remote method call. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace