BypassPluginMode
- Namespace:
PPDS.Auth.Profiles - Assembly:
PPDS.Auth - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
Which plugin types to bypass during DML operations.
Members
Fields
All
BypassPluginMode All
Bypass all custom plugins.
Asynchronous
BypassPluginMode Asynchronous
Bypass asynchronous plugins only.
None
BypassPluginMode None
Execute all plugins normally.
Synchronous
BypassPluginMode Synchronous
Bypass synchronous plugins only.