StickySet¶
-
StickySet(name, *args, **kwargs)¶
Save the settings to scriptcontext sticky
| param name: | Provide a name where all the settings will sit under. This is to separate settings from scripts. |
|---|---|
| param kwargs: | Provide a key=value, pair to assign values to. If nothing is provided, then the entry is removed. |
| returns: | True if sucessful. |
| rtype: | Boolean |