Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the property type is not a date

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace