Class SmartSyncPolicy
The smart sync policy object
Inheritance
System.Object
SmartSyncPolicy
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 SourceSmartSyncPolicy()
Initializes a new instance of the SmartSyncPolicy class.
Declaration
public SmartSyncPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOnDemand
Gets a value indicating whether this instance is OnDemand
Declaration
public bool IsOnDemand { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |