Show / Hide Table of Contents

Class SmartSyncOptOutPolicy

The smart sync opt out policy object

Inheritance
System.Object
SmartSyncOptOutPolicy
SmartSyncOptOutPolicy.Default
SmartSyncOptOutPolicy.OptedOut
SmartSyncOptOutPolicy.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SmartSyncOptOutPolicy

Constructors

| Improve this Doc View Source

SmartSyncOptOutPolicy()

Initializes a new instance of the SmartSyncOptOutPolicy class.

Declaration
public SmartSyncOptOutPolicy()

Properties

| Improve this Doc View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public SmartSyncOptOutPolicy.Default AsDefault { get; }
Property Value
Type Description
SmartSyncOptOutPolicy.Default
| Improve this Doc View Source

AsOptedOut

Gets this instance as a OptedOut, or null.

Declaration
public SmartSyncOptOutPolicy.OptedOut AsOptedOut { get; }
Property Value
Type Description
SmartSyncOptOutPolicy.OptedOut
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsDefault

Gets a value indicating whether this instance is Default

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

IsOptedOut

Gets a value indicating whether this instance is OptedOut

Declaration
public bool IsOptedOut { 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
    • SmartSyncOptOutPolicy()
  • Properties
    • AsDefault
    • AsOptedOut
    • AsOther
    • IsDefault
    • IsOptedOut
    • IsOther
Back to top Generated by DocFX