Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
WebActions Enumeration
This is list of of values that you can set as result of certain action (where needed).
Remarks
If you allow the action to be executed, you will set appropriate variable to Allow, otherwise set it to Deny. Typical example is UserConnected event.Possible values for WebActions:
Constant | Value | Description |
---|---|---|
Deny | 0 | Deny execution of the action. |
Allow | 1 | Allow to execute action. |