Class SmartSyncOptOutPolicy
The smart sync opt out policy object
Inheritance
System.Object
SmartSyncOptOutPolicy
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncOptOutPolicy
Constructors
| Improve this Doc View SourceSmartSyncOptOutPolicy()
Initializes a new instance of the SmartSyncOptOutPolicy class.
Declaration
public SmartSyncOptOutPolicy()
Properties
| Improve this Doc View SourceAsDefault
Gets this instance as a Default, or null
.
Declaration
public SmartSyncOptOutPolicy.Default AsDefault { get; }
Property Value
Type | Description |
---|---|
SmartSyncOptOutPolicy.Default |
AsOptedOut
Gets this instance as a OptedOut, or null
.
Declaration
public SmartSyncOptOutPolicy.OptedOut AsOptedOut { get; }
Property Value
Type | Description |
---|---|
SmartSyncOptOutPolicy.OptedOut |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SmartSyncOptOutPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SmartSyncOptOutPolicy.Other |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOptedOut
Gets a value indicating whether this instance is OptedOut
Declaration
public bool IsOptedOut { 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 |