Dropbox .NET SDK
Show / Hide Table of Contents

Class SmartSyncPolicy

The smart sync policy object

Inheritance
object
SmartSyncPolicy
SmartSyncPolicy.Local
SmartSyncPolicy.OnDemand
SmartSyncPolicy.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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncPolicy

Constructors

View Source

SmartSyncPolicy()

Initializes a new instance of the SmartSyncPolicy class.

Declaration
public SmartSyncPolicy()

Properties

View Source

AsLocal

Gets this instance as a Local, or null.

Declaration
public SmartSyncPolicy.Local AsLocal { get; }
Property Value
Type Description
SmartSyncPolicy.Local
View Source

AsOnDemand

Gets this instance as a OnDemand, or null.

Declaration
public SmartSyncPolicy.OnDemand AsOnDemand { get; }
Property Value
Type Description
SmartSyncPolicy.OnDemand
View Source

AsOther

Gets this instance as a Other, or null.

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

IsLocal

Gets a value indicating whether this instance is Local

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

IsOnDemand

Gets a value indicating whether this instance is OnDemand

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