AuditReport.AuditEventsFromAuditMask Method
This member is reserved for internal use and is not intended to be used directly from your code.. Collates a mask that contains the specified actions and events on which to report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function AuditEventsFromAuditMask ( _
flags As SPAuditMaskType _
) As SPAuditEventType()
'Usage
Dim flags As SPAuditMaskType
Dim returnValue As SPAuditEventType()
returnValue = AuditReport.AuditEventsFromAuditMask(flags)
public static SPAuditEventType[] AuditEventsFromAuditMask(
SPAuditMaskType flags
)
Parameters
flags
Type: Microsoft.SharePoint.SPAuditMaskTypeAn SPAuditMaskType object that encodes in a bitwise fashion the events and actions that to report.
Return Value
Type: []