Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentProperties.GetStringValue Method 

Gets a document property as a String.

string GetStringValue(
   int propertyID
);

Parameters

propertyID
The ID of the property for which to get a value.

Return Value

The document property value.

Exceptions

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

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace