ChangeQuery Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChangeQuery() | |
ChangeQuery(Boolean, Boolean) |
ChangeQuery()
public ChangeQuery ();
Public Sub New ()
Applies to
ChangeQuery(Boolean, Boolean)
public ChangeQuery (bool allChangeObjectTypes, bool allChangeTypes);
new Microsoft.SharePoint.Client.ChangeQuery : bool * bool -> Microsoft.SharePoint.Client.ChangeQuery
Public Sub New (allChangeObjectTypes As Boolean, allChangeTypes As Boolean)
Parameters
- allChangeObjectTypes
- Boolean
- allChangeTypes
- Boolean