Enum AuditLogActionCategory
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Indicates audit log action category.
public enum AuditLogActionCategory
Fields
Create = 0
Indicates that this action resulted in creation or addition of an object.
Update = 1
Indicates that this action resulted in update of an object.
Delete = 2
Indicates that this action resulted in deletion or removal of an object.
Other = 3
Indicates that this action resulted in something else than creation, addition, update, deletion, or removal of an object.