Back to product page

XMPPActionsEnum Enumeration


These are action settings that can be used with wodXMPP's events - by setting Action property in certain events you determine if you allow certain action or not.

Remarks

Possible values for XMPPActionsEnum:

Constant Value Description
Deny 0 Deny execution of the action.
Allow 1 Allow to execute action.
SilentDeny 2 Silently deny execution of the action.
SilentAllow 3 Silently allow to execute action.

Platforms

Windows