SPChangeQuery Members
Include Protected Members
Include Inherited Members
Defines a query that is performed against the change log in Microsoft SharePoint Foundation.
The SPChangeQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPChangeQuery | Initializes a new instance of the SPChangeQuery class. |
Top
Properties
Name | Description | |
---|---|---|
Add | Gets or sets a Boolean value that specifies whether changes that add objects are included in the query. | |
Alert | Gets or sets a Boolean value that specifies whether changes to SPAlert objects are included in the query. | |
ChangeTokenEnd | Gets or sets a token that specifies the end date and time that changes can be returned through the query. | |
ChangeTokenStart | Gets or sets a token that specifies the start date and time for changes that are returned through the query. | |
ContentType | Gets or sets a Boolean value that specifies whether changes to SPContentType objects are included in the query. | |
Delete | Gets or sets a Boolean value that specifies whether changes that delete objects are included in the query. | |
FetchLimit | Gets or sets a limit on the number of changes returned by the query on a single trip to the change log. | |
Field | Gets or sets a Boolean value that specifies whether changes to SPField objects are included in the query. | |
File | Gets or sets a Boolean value that specifies whether changes to SPFile objects are included in the query. | |
Folder | Gets or sets a Boolean value that specifies whether changes to SPFolder objects are included in the query. | |
Group | Gets or sets a Boolean value that specifies whether changes to SPGroup objects are included in the query. | |
GroupMembershipAdd | Gets or sets a Boolean value that specifies whether changes that add users to groups are included in the query. | |
GroupMembershipDelete | Gets or sets a Boolean value that specifies whether changes that delete users from groups are included in the change query. | |
Item | Gets or sets a Boolean value that specifies whether changes to SPListItem objects are included in the query. | |
List | Gets or sets a Boolean value that specifies whether changes to lists are included in the query. | |
Move | Gets or sets a Boolean value that specifies whether changes that move objects are included in the query. | |
Navigation | Gets or sets a Boolean value that specifies whether navigation changes are included in the query. | |
Rename | Gets or sets a Boolean value that specifies whether changes that rename objects are included in the query. | |
Restore | Gets or sets a Boolean value that specifies whether changes that restore items from the Recycle Bin or from a backup are included in the query. | |
RoleAssignmentAdd | Gets or sets a Boolean value that specifies whether changes that add role assignments are included in the query. | |
RoleAssignmentDelete | Gets or sets a Boolean value that specifies whether changes that delete role assignments are included in the query. | |
RoleDefinitionAdd | Gets or sets a Boolean value that specifies whether changes that add role definitions are included in the query. | |
RoleDefinitionDelete | Gets or sets a Boolean value that specifies whether changes that delete role definitions are included in the query. | |
RoleDefinitionUpdate | Gets or sets a Boolean value that specifies whether changes that modify role definitions are included in the query. | |
SecurityPolicy | Gets or sets a Boolean value that specifies whether modifications to security policies are included in the query. | |
Site | Gets or sets a Boolean value that specifies whether changes to SPSite objects are included in the query. | |
SystemUpdate | Gets or sets a Boolean value that specifies whether system modifications to objects are included in the query. | |
Update | Gets or sets a Boolean value that specifies whether object updates are included in the query. | |
User | Gets or sets a Boolean value that specifies whether changes to SPUser objects are included in the query. | |
View | Gets or sets a Boolean value that specifies whether changes to SPView objects are included in the query. | |
Web | Gets or sets a Boolean value that specifies whether changes to SPWeb objects are included in the query. |
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 | (Inherited from Object.) |
Top