| | WebCenter Interaction API | |
| IPTState.Add Method (String, Single, Int32, Boolean) |
Add an item to the state object.
void Add(
string strItemName,
float fItem,
int lSecs,
bool bRefreshOnAccess
);
Parameters
-
strItemName
- - The name of the item to add.
-
fItem
- - 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