WebCenter Interaction API  
 

IPTState.Add Method (String, Byte, Int32, Boolean)

Add an item to the state object.

void Add(
   string bstrItemName,
   byte Item,
   int lSecs,
   bool bRefreshOnAccess
);

Parameters

bstrItemName
Item
- The value to add.
lSecs
- The lifetime of the item, in seconds. If 0, the item never expires.
bRefreshOnAccess
- Pass true to renew the lifetime of the item every time it is accessed, otherwise false.

See Also

IPTState Interface | com.plumtree.server Namespace | IPTState.Add Overload List