Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of object that can be audited.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPAuditItemType
'Usage
Dim instance As SPAuditItemType
public enum SPAuditItemType
Members
Member name | Description | |
---|---|---|
Document | A document in a document library (represented by an SPListItem object). | |
ListItem | An item in a list (represented by an SPListItem object). | |
List | A list (represented by an SPList object). | |
Folder | A folder (represented by an SPFolder object). | |
Web | A SharePoint site (represented by an SPWeb object). | |
Site | A collection of SharePoint sites (represented by an SPSite object). |
Remarks
These values are primarily used for the ItemType property of SPAuditEntry objects.