Class DashPreviewOptOutStatus
The new preview opt-out status
Inheritance
DashPreviewOptOutStatus
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashPreviewOptOutStatus
Constructors
View SourceDashPreviewOptOutStatus()
Initializes a new instance of the DashPreviewOptOutStatus class.
Declaration
public DashPreviewOptOutStatus()
Properties
View SourceAsOptedIn
Gets this instance as a OptedIn, or null.
Declaration
public DashPreviewOptOutStatus.OptedIn AsOptedIn { get; }
Property Value
| Type | Description |
|---|---|
| DashPreviewOptOutStatus.OptedIn |
AsOptedOut
Gets this instance as a OptedOut, or null.
Declaration
public DashPreviewOptOutStatus.OptedOut AsOptedOut { get; }
Property Value
| Type | Description |
|---|---|
| DashPreviewOptOutStatus.OptedOut |
AsOther
Gets this instance as a Other, or null.
Declaration
public DashPreviewOptOutStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DashPreviewOptOutStatus.Other |
IsOptedIn
Gets a value indicating whether this instance is OptedIn
Declaration
public bool IsOptedIn { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOptedOut
Gets a value indicating whether this instance is OptedOut
Declaration
public bool IsOptedOut { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |