Show / Hide Table of Contents

Class TwoStepVerificationState

The two step verification state object

Inheritance
System.Object
TwoStepVerificationState
TwoStepVerificationState.Disabled
TwoStepVerificationState.Optional
TwoStepVerificationState.Other
TwoStepVerificationState.Required
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TwoStepVerificationState

Constructors

| Improve this Doc View Source

TwoStepVerificationState()

Initializes a new instance of the TwoStepVerificationState class.

Declaration
public TwoStepVerificationState()

Properties

| Improve this Doc View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public TwoStepVerificationState.Disabled AsDisabled { get; }
Property Value
Type Description
TwoStepVerificationState.Disabled
| Improve this Doc View Source

AsOptional

Gets this instance as a Optional, or null.

Declaration
public TwoStepVerificationState.Optional AsOptional { get; }
Property Value
Type Description
TwoStepVerificationState.Optional
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TwoStepVerificationState.Other AsOther { get; }
Property Value
Type Description
TwoStepVerificationState.Other
| Improve this Doc View Source

AsRequired

Gets this instance as a Required, or null.

Declaration
public TwoStepVerificationState.Required AsRequired { get; }
Property Value
Type Description
TwoStepVerificationState.Required
| Improve this Doc View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOptional

Gets a value indicating whether this instance is Optional

Declaration
public bool IsOptional { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRequired

Gets a value indicating whether this instance is Required

Declaration
public bool IsRequired { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TwoStepVerificationState()
  • Properties
    • AsDisabled
    • AsOptional
    • AsOther
    • AsRequired
    • IsDisabled
    • IsOptional
    • IsOther
    • IsRequired
Back to top Generated by DocFX