3.1.5.19.11 List Audit Mask Result Set

The List Audit Mask Result Set contains information about the Audit Flags associated with the list containing the document.

The List Audit Mask Result Set MUST return one row if the document is contained in a list; otherwise, zero rows MUST be returned.

       tp_Id                          uniqueidentifier,
       tp_AuditFlags                  int,
       tp_InheritAuditFlags           int,
       {GlobalAuditMask}              int,
       {URL}                          nvarchar(516)

tp_Id: The List Identifier of the list containing the document.

tp_AuditFlags: An Audit Flags value determining the operations to be tracked on the list.

tp_InheritAuditFlags: An Audit Flags value determining the operations to be tracked on the document as inherited from the document's container.

{GlobalAuditMask}: An Audit Flags value determining the operations to be tracked across the site collection that contains the document.

{URL}: The URL of the list containing the document.