SPAuditEntry Members
Include Protected Members
Include Inherited Members
Contains information about an audited event that is connected to a site collection, site, folder, list, or list item.
The SPAuditEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
DocLocation | Gets the location of an audited object at the time of the audited event. | |
Event | Gets a value that identifies the type of event. | |
EventData | Gets data, in XML markup, that is specific to the type of event identified in the Event property. | |
EventName | Gets the name of the type of a custom audited event. | |
EventSource | A value that indicates whether the event occurred as a result of user action in the SharePoint Foundation user interface (UI) or programmatically. | |
ItemId | Gets the SharePoint Foundation GUID of the audited object. | |
ItemType | Gets the type of object whose event is represented by the SPAuditEntry. | |
LocationType | Gets a value that indicates where the event occurred. | |
MachineIP | Gets the IP address of the computer that initiated the event. | |
MachineName | Gets the name of the computer that initiated the event. | |
Occurred | Gets the date and time of the audited event expressed in Coordinated Universal Time (UTC). | |
SiteId | Gets the SharePoint Foundation GUID of the site collection. | |
SourceName | Gets the name of the application that caused the event and wrote the SPAuditEntry data to the SharePoint database. | |
UserId | Gets the ID of the user who caused the event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets the values of all of the SPAuditEntry properties as XML markup. (Overrides Object.ToString().) |
Top