Dropbox .NET SDK

Class SmartSyncOptOutPolicy

The smart sync opt out policy object

Inheritance
object
SmartSyncOptOutPolicy
SmartSyncOptOutPolicy.Default
SmartSyncOptOutPolicy.OptedOut
SmartSyncOptOutPolicy.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 SmartSyncOptOutPolicy

Constructors

View Source

SmartSyncOptOutPolicy()

Initializes a new instance of the SmartSyncOptOutPolicy class.

Declaration
public SmartSyncOptOutPolicy()

Properties

View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public SmartSyncOptOutPolicy.Default AsDefault { get; }
Property Value
Type Description
SmartSyncOptOutPolicy.Default
View Source

AsOptedOut

Gets this instance as a OptedOut, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { 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