Enum AuditLogActionCategory
Indicates audit log action category.
Namespace: DisCatSharp.Enums
Assembly: DisCatSharp.dll
Syntax
public enum AuditLogActionCategory
Fields
Name | Description |
---|---|
Create | Indicates that this action resulted in creation or addition of an object. |
Delete | Indicates that this action resulted in deletion or removal of an object. |
Other | Indicates that this action resulted in something else than creation, addition, update, deletion, or removal of an object. |
Update | Indicates that this action resulted in update of an object. |