ChangeQuery Constructor (Boolean, Boolean)
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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