SPAuditEventSource Enumeration

Specifies whether an audited event occurred programmatically or as a result of user action through the Windows SharePoint Services 3.0 UI.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Enumeration SPAuditEventSource

Dim instance As SPAuditEventSource
public enum SPAuditEventSource

Members

Member name Description
SharePoint An audited event raised by user action.
ObjectModel A programmatically raised audited event.

Remarks

These values are used primarily for the SPAuditEntry.EventSource property.

One purpose served by this enumeration is to prevent a rogue solution developer from programmatically creating audit entries that appear to have been created by user action in the Windows SharePoint Services 3.0 UI.

See Also

Reference

Microsoft.SharePoint Namespace