SPAuditQuery Members
Include Protected Members
Include Inherited Members
Defines a query of the audit entries of the SharePoint database.
The SPAuditQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPAuditQuery | Initializes a new instance of the SPAuditQuery class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
HasMoreItems | Gets a Boolean value that indicates whether the count of rows exceeds the maximum number of rows that can be obtained from an audit query. |
![]() |
RowLimit | Gets or sets the maximum number of rows of data that can be obtained from an audit query. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddEventRestriction | Restricts the query to the specified type of event and other event types that were specified with other calls to this method. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RestrictToList | Restricts the query to events relevant to the specified list. |
![]() |
RestrictToListItem | Restricts the query to events that are relevant to the specified list item. |
![]() |
RestrictToUser | Restricts the query to events relevant to the specified user. |
![]() |
SetRangeEnd | Sets, in conjunction with SetRangeStart, the range of time to which the query applies. |
![]() |
SetRangeStart | Sets, in conjunction with SetRangeEnd, the range of time to which the query applies. |
![]() |
ToString | (Inherited from Object.) |
Top