ChangeQuery members
Defines a query that is performed against the change log.
The ChangeQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChangeQuery() | Initializes a new instance of the ChangeQuery object. | |
ChangeQuery(Boolean, Boolean) | Initializes a new instance of the ChangeQuery object. |
Top
Properties
Name | Description | |
---|---|---|
Activity | ||
Add | Gets or sets a value that specifies whether add changes are included in the query. | |
Alert | Gets or sets a value that specifies whether changes to alerts are included in the query. | |
ChangeTokenEnd | Gets or sets a value that specifies the end date and end time for changes that are returned through the query. | |
ChangeTokenStart | Gets or sets a value that specifies the start date and start time for changes that are returned through the query. | |
ContentType | Gets or sets a value that specifies whether changes to content types are included in the query. | |
DeleteObject | Gets or sets a value that specifies whether delete changes are included in the query. | |
FetchLimit | ||
Field | Gets or sets a value that specifies whether changes to site columns are included in the query. | |
File | Gets or sets a value that specifies whether changes to files are included in the query. | |
Folder | Gets or sets value that specifies whether changes to folders are included in the query. | |
Group | Gets or sets a value that specifies whether changes to groups are included in the query. | |
GroupMembershipAdd | Gets or sets a value that specifies whether adding users to groups is included in the query. | |
GroupMembershipDelete | Gets or sets a value that specifies whether deleting users from the groups is included in the query. | |
Item | Gets or sets a value that specifies whether general changes to list items are included in the query. | |
LatestFirst | Gets or sets a value that specifies whether to order the results by Modified By date, most recent first. | |
List | Gets or sets a value that specifies whether changes to lists are included in the query. | |
Move | Gets or sets a value that specifies whether move changes are included in the query. | |
Navigation | Gets or sets a value that specifies whether changes to the navigation structure of a site collection are included in the query. | |
RecursiveAll | ||
Rename | Gets or sets a value that specifies whether renaming changes are included in the query. | |
RequireSecurityTrim | ||
Restore | Gets or sets a value that specifies whether restoring items from the recycle bin or from backups is included in the query. | |
RoleAssignmentAdd | Gets or sets a value that specifies whether adding role assignments is included in the query. | |
RoleAssignmentDelete | Gets or sets a value that specifies whether deleting role assignments is included in the query. | |
RoleDefinitionAdd | Gets or sets a value that specifies whether adding role definitions is included in the query. | |
RoleDefinitionDelete | Gets or sets a value that specifies whether deleting role definitions is included in the query. | |
RoleDefinitionUpdate | Gets or sets a value that specifies whether modifying role definitions is included in the query. | |
SecurityPolicy | Gets or sets a value that specifies whether modifications to security policies are included in the query. | |
Site | Gets or sets a value that specifies whether changes to site collections are included in the query. | |
SystemUpdate | Gets or sets a value that specifies whether updates made using the item SystemUpdate method are included in the query. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Update | Gets or sets a value that specifies whether update changes are included in the query. | |
User | Gets or sets a value that specifies whether changes to users are included in the query. | |
View | Gets or sets a value that specifies whether changes to views are included in the query. | |
Web | Gets or sets a value that specifies whether changes to Web sites are included in the query. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top