Dropbox .NET SDK

Class DeviceUnlinkPolicy

The device unlink policy object

Inheritance
object
DeviceUnlinkPolicy
DeviceUnlinkPolicy.Keep
DeviceUnlinkPolicy.Other
DeviceUnlinkPolicy.Remove
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceUnlinkPolicy

Constructors

View Source

DeviceUnlinkPolicy()

Initializes a new instance of the DeviceUnlinkPolicy class.

Declaration
public DeviceUnlinkPolicy()

Properties

View Source

AsKeep

Gets this instance as a Keep, or null.

Declaration
public DeviceUnlinkPolicy.Keep AsKeep { get; }
Property Value
Type Description
DeviceUnlinkPolicy.Keep
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DeviceUnlinkPolicy.Other AsOther { get; }
Property Value
Type Description
DeviceUnlinkPolicy.Other
View Source

AsRemove

Gets this instance as a Remove, or null.

Declaration
public DeviceUnlinkPolicy.Remove AsRemove { get; }
Property Value
Type Description
DeviceUnlinkPolicy.Remove
View Source

IsKeep

Gets a value indicating whether this instance is Keep

Declaration
public bool IsKeep { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemove

Gets a value indicating whether this instance is Remove

Declaration
public bool IsRemove { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK