Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectQueryRow.GetCreated Method 

Gets the object's created time.

object GetCreated();

Return Value

The object's created time.

Remarks

Since the property value can be null, it is returned as a boxed System.DateTime. Throws a PropertyNotRequestedException if the created time property was not requested in the query.

Exceptions

Exception Type Condition
PropertyNotRequestedException The property was not requested.

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace