Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProperties.SetIntegerValue Method 

Sets a document property as an int.

void SetIntegerValue(
   int propertyID,
   int value
);

Parameters

propertyID
the property ID of the int 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