2.2.2.1 Audit Flags
Audit Flags is a 4-byte unsigned integer bit mask that tracks operations to be audited on a given object. Auditing is an implementation-specific capability, which can have one or more flags set. The values of the Audit Flags bits are specified as follows.
Value |
Description |
---|---|
0x00000001 |
Audit checkout operations. |
0x00000002 |
Audit checkin operations. |
0x00000004 |
Audit view operations. |
0x00000008 |
Audit delete operations. |
0x00000010 |
Audit update operations. |
0x00000020 |
Audit content type update operations. |
0x00000040 |
Audit child object deletion operations. |
0x00000080 |
Audit List Schema change operations. |
0x00000100 |
Audit security change operations. |
0x00000200 |
Audit undelete operations. |
0x00000400 |
Audit workflow (2) operations. |
0x00000800 |
Audit copy operations. |
0x00001000 |
Audit move operations. |
0x00002000 |
Audit search operations. |
0xFFFFC000 |
Unused. |