Dropbox .NET SDK

Class DashPreviewOptOutStatus

The new preview opt-out status

Inheritance
object
DashPreviewOptOutStatus
DashPreviewOptOutStatus.OptedIn
DashPreviewOptOutStatus.OptedOut
DashPreviewOptOutStatus.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashPreviewOptOutStatus

Constructors

View Source

DashPreviewOptOutStatus()

Initializes a new instance of the DashPreviewOptOutStatus class.

Declaration
public DashPreviewOptOutStatus()

Properties

View Source

AsOptedIn

Gets this instance as a OptedIn, or null.

Declaration
public DashPreviewOptOutStatus.OptedIn AsOptedIn { get; }
Property Value
Type Description
DashPreviewOptOutStatus.OptedIn
View Source

AsOptedOut

Gets this instance as a OptedOut, or null.

Declaration
public DashPreviewOptOutStatus.OptedOut AsOptedOut { get; }
Property Value
Type Description
DashPreviewOptOutStatus.OptedOut
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DashPreviewOptOutStatus.Other AsOther { get; }
Property Value
Type Description
DashPreviewOptOutStatus.Other
View Source

IsOptedIn

Gets a value indicating whether this instance is OptedIn

Declaration
public bool IsOptedIn { get; }
Property Value
Type Description
bool
View Source

IsOptedOut

Gets a value indicating whether this instance is OptedOut

Declaration
public bool IsOptedOut { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK