AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItemManager.GetContentItem Method (String)

Returns an IContentItem by its UUID.

IContentItem GetContentItem(
   string UUID
);

Parameters

UUID
The IDataEntryTemplate UUID; cannot be null, empty or longer than 255 characters. The UUID of an object can be obtained using the UUID property in the IContentItem class.

Return Value

The IContentItem or null if the item does was not found..

Exceptions

Exception Type Condition
ArgumentException The UUID is an empty string or longer than 255 characters.
ContentSecurityException The user does not have permission to access the content item.
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

IContentItemManager Interface | Plumtree.Remote.PRC.Content.Item Namespace | IContentItemManager.GetContentItem Overload List