BA_setBlitzAttribute
We've encountered an issue exporting this macro. Please try exporting again later.
The use of this function requires the Power Actions add-on be installed and licensed.
Syntax | BA_setBlitzAttribute(name) | Package | poweraction |
Alias | Pkg Usage | setAttribute(name) |
Description
Stores the given attribute as a (name, value) pair in the HTTP session.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
name | String | Yes | Attribute name. |
value | String | Yes | Attribute value |
Return Type
None
The returned value has no meaning.
Examples
Example 1
return BA_setBlitzAttribute("userKey", "admin");Example 2
return BA_setBlitzAttribute("city", "Bucharest");See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
