Class SmartSyncOptOutPolicy
The smart sync opt out policy object
Inheritance
SmartSyncOptOutPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncOptOutPolicy
Constructors
View SourceSmartSyncOptOutPolicy()
Initializes a new instance of the SmartSyncOptOutPolicy class.
Declaration
public SmartSyncOptOutPolicy()
Properties
View SourceAsDefault
Gets this instance as a Default, or null.
Declaration
public SmartSyncOptOutPolicy.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncOptOutPolicy.Default |
AsOptedOut
Gets this instance as a OptedOut, or null.
Declaration
public SmartSyncOptOutPolicy.OptedOut AsOptedOut { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncOptOutPolicy.OptedOut |
AsOther
Gets this instance as a Other, or null.
Declaration
public SmartSyncOptOutPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncOptOutPolicy.Other |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { 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 |