ConditionalScope Class

Definition

public sealed class ConditionalScope : Microsoft.SharePoint.Client.ConditionalScopeBase
type ConditionalScope = class
    inherit ConditionalScopeBase
Public NotInheritable Class ConditionalScope
Inherits ConditionalScopeBase
Inheritance
ConditionalScope

Constructors

ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>)
ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>, Boolean)

Properties

TestResult (Inherited from ConditionalScopeBase)

Methods

CustomFromJson(JsonReader) (Inherited from ConditionalScopeBase)
FromJson(JsonReader) (Inherited from ConditionalScopeBase)
StartIfFalse() (Inherited from ConditionalScopeBase)
StartIfTrue() (Inherited from ConditionalScopeBase)
StartScope() (Inherited from ConditionalScopeBase)

Applies to