ConditionalScopeBase constructor
Initializes a new instance of the ConditionalScopeBase object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Sub New ( _
context As ClientRuntimeContext, _
allowAllActions As Boolean _
)
'Usage
Dim context As ClientRuntimeContext
Dim allowAllActions As Boolean
Dim instance As New ConditionalScopeBase(context, _
allowAllActions)
protected ConditionalScopeBase(
ClientRuntimeContext context,
bool allowAllActions
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- allowAllActions
Type: System.Boolean