Plumtree EDK (Enterprise Web Development Kit) 5.4.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