AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.GetDataEntryTemplate Method 

Returns the Data Entry Template for this content item.

IDataEntryTemplate GetDataEntryTemplate();

Return Value

The IDataEntryTemplate for this IContentItem.

Remarks

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.

Exceptions

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.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace