Show / Hide Table of Contents

Class SmartSyncPolicy

The smart sync policy object

Inheritance
System.Object
SmartSyncPolicy
SmartSyncPolicy.Local
SmartSyncPolicy.OnDemand
SmartSyncPolicy.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncPolicy

Constructors

| Improve this Doc View Source

SmartSyncPolicy()

Initializes a new instance of the SmartSyncPolicy class.

Declaration
public SmartSyncPolicy()

Properties

| Improve this Doc View Source

AsLocal

Gets this instance as a Local, or null.

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

AsOnDemand

Gets this instance as a OnDemand, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsLocal

Gets a value indicating whether this instance is Local

Declaration
public bool IsLocal { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOnDemand

Gets a value indicating whether this instance is OnDemand

Declaration
public bool IsOnDemand { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SmartSyncPolicy()
  • Properties
    • AsLocal
    • AsOnDemand
    • AsOther
    • IsLocal
    • IsOnDemand
    • IsOther
Back to top Generated by DocFX