Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProperties.GetIntegerValue Method 

Gets a document property as an int.

int GetIntegerValue(
   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 an int

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace