| setnsvariable_expires |
Use this method to set value expiration in seconds. If the value is not referenced within the expiration period it will be deleted. 0 (the default) means no expiration. |
Syntax |
Parameters |
name |
Variable name. This follows the same syntax rules as other expression entity names:
It must begin with an alpha character (A-Z or a-z) or an underscore (_).
The rest of the characters must be alpha, numeric (0-9) or underscores.
It cannot be re or xp (reserved for regular and XPath expressions).
It cannot be an expression reserved word (e.g. SYS or HTTP).
It cannot be used for an existing expression object (HTTP callout, patset, dataset, stringmap, or named expression). This is mandatory parameter. |
expires |
Value expiration in seconds. If the value is not referenced within the expiration period it will be deleted. 0 (the default) means no expiration. Maximum value = 31622400. |
Return Value |
Returns simpleResult |
See Also |