Expand Minimize
This topic has not yet been rated - Rate this topic

SPAuditItemType enumeration

Specifies the types of object that can be audited.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public enum SPAuditItemType
Member nameDescription
DocumentA document in a document library (represented by an SPListItem object).
ListItemAn item in a list (represented by an SPListItem object).
ListA list (represented by an SPList object).
FolderA folder (represented by an SPFolder object).
WebA SharePoint site (represented by an SPWeb object).
SiteA collection of SharePoint sites (represented by an SPSite object).

These values are primarily used for the ItemType property of SPAuditEntry objects.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.