Class SmartSyncPolicy
The smart sync policy object
Inheritance
SmartSyncPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncPolicy
Constructors
View SourceSmartSyncPolicy()
Initializes a new instance of the SmartSyncPolicy class.
Declaration
public SmartSyncPolicy()
Properties
View SourceAsLocal
Gets this instance as a Local, or null.
Declaration
public SmartSyncPolicy.Local AsLocal { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncPolicy.Local |
AsOnDemand
Gets this instance as a OnDemand, or null.
Declaration
public SmartSyncPolicy.OnDemand AsOnDemand { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncPolicy.OnDemand |
AsOther
Gets this instance as a Other, or null.
Declaration
public SmartSyncPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SmartSyncPolicy.Other |
IsLocal
Gets a value indicating whether this instance is Local
Declaration
public bool IsLocal { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOnDemand
Gets a value indicating whether this instance is OnDemand
Declaration
public bool IsOnDemand { 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 |