Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentProperties.SetStringValue Method 

Sets a document property as a String.

void SetStringValue(
   int propertyID,
   string value
);

Parameters

propertyID
The ID of the property to set.
value
The value to set the property to.

Remarks

Note: Type checking for property values does not occur, thus setting a property value using an incorrect object type can result in an inconsistent state.

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace