ChangeQuery Members

Include Protected Members
Include Inherited Members

Defines a query that is performed against the change log.

The ChangeQuery type exposes the following members.

Constructors

  Name Description
Public method ChangeQuery()
Public method ChangeQuery(Boolean, Boolean)

Top

Properties

  Name Description
Public property Add Gets or sets a value that specifies whether add changes are included in the query.
Public property Alert Gets or sets a value that specifies whether changes to alerts are included in the query.
Public property ChangeTokenEnd Gets or sets a value that specifies the end date and end time for changes that are returned through the query.
Public property ChangeTokenStart Gets or sets a value that specifies the start date and start time for changes that are returned through the query.
Public property ContentType Gets or sets a value that specifies whether changes to content types are included in the query.
Public property DeleteObject Gets or sets a value that specifies whether delete changes are included in the query.
Public property Field Gets or sets a value that specifies whether changes to site columns are included in the query.
Public property File Gets or sets a value that specifies whether changes to files are included in the query.
Public property Folder Gets or sets value that specifies whether changes to folders are included in the query.
Public property Group Gets or sets a value that specifies whether changes to groups are included in the query.
Public property GroupMembershipAdd Gets or sets a value that specifies whether adding users to groups is included in the query.
Public property GroupMembershipDelete Gets or sets a value that specifies whether deleting users from the groups is included in the query.
Public property Item Gets or sets a value that specifies whether general changes to list items are included in the query.
Public property List Gets or sets a value that specifies whether changes to lists are included in the query.
Public property Move Gets or sets a value that specifies whether move changes are included in the query.
Public property Navigation Gets or sets a value that specifies whether changes to the navigation structure of a site collection are included in the query.
Public property Rename Gets or sets a value that specifies whether renaming changes are included in the query.
Public property Restore Gets or sets a value that specifies whether restoring items from the recycle bin or from backups is included in the query.
Public property RoleAssignmentAdd Gets or sets a value that specifies whether adding role assignments is included in the query.
Public property RoleAssignmentDelete Gets or sets a value that specifies whether deleting role assignments is included in the query.
Public property RoleDefinitionAdd Gets or sets a value that specifies whether adding role definitions is included in the query.
Public property RoleDefinitionDelete Gets or sets a value that specifies whether deleting role definitions is included in the query.
Public property RoleDefinitionUpdate Gets or sets a value that specifies whether modifying role definitions is included in the query.
Public property SecurityPolicy Gets or sets a value that specifies whether modifications to security policies are included in the query.
Public property Site Gets or sets a value that specifies whether changes to site collections are included in the query.
Public property SystemUpdate Gets or sets a value that specifies whether updates made using the item SystemUpdate method are included in the query.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Update Gets or sets a value that specifies whether update changes are included in the query.
Public property User Gets or sets a value that specifies whether changes to users are included in the query.
Public property View Gets or sets a value that specifies whether changes to views are included in the query.
Public property Web Gets or sets a value that specifies whether changes to Web sites are included in the query.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method 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

See Also

Reference

ChangeQuery Class

Microsoft.SharePoint.Client Namespace