Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 The property type is not an int.

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace