ChangeQuery constructor (Boolean, Boolean)
Initializes a new instance of the ChangeQuery object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New ( _
allChangeObjectTypes As Boolean, _
allChangeTypes As Boolean _
)
'Usage
Dim allChangeObjectTypes As Boolean
Dim allChangeTypes As Boolean
Dim instance As New ChangeQuery(allChangeObjectTypes, _
allChangeTypes)
public ChangeQuery(
bool allChangeObjectTypes,
bool allChangeTypes
)
Parameters
- allChangeObjectTypes
Type: System.Boolean
- allChangeTypes
Type: System.Boolean