SPAuditItemType enumeration
SharePoint 2013
Specifies the types of object that can be audited.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| 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). |
These values are primarily used for the ItemType property of SPAuditEntry objects.
Show: