Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProperties.GetStringValue Method 

Gets a document property as a String.

string GetStringValue(
   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 String

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace