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 of Windows SharePoint Services, which can have one or more flags set. The values of the Audit Flags bits are specified as follows.

Value

Meaning

0x00000001

Audit checkout operations.

0x00000002

Audit checkin operations.

0x00000004

Audit views.

0x00000008

Audit deletions.

0x00000010

Audit updates.

0x00000020

Audit content type updates.

0x00000040

Audit deletions of child objects.

0x00000080

Audit List Schema changes.

0x00000100

Audit security changes.

0x00000200

Audit undelete operations.

0x00000400

Audit workflow operations.

0x00000800

Audit copy operations.

0x00001000

Audit move operations.

0x00002000

Audit search operations.

0xFFFFC000

Unused.