Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentProperties.GetDateValue Method 

Gets a document property as a date.

DateTime GetDateValue(
   int propertyID
);

Parameters

propertyID
The property ID for which to get a value.

Return Value

The document property value.

Exceptions

Exception Type Condition
InvalidCastException The property type is not a date.

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace