• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class DeviceUnlinkPolicy

The device unlink policy object

Inheritance
System.Object
DeviceUnlinkPolicy
DeviceUnlinkPolicy.Keep
DeviceUnlinkPolicy.Other
DeviceUnlinkPolicy.Remove
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 DeviceUnlinkPolicy

Constructors

| Improve this Doc View Source

DeviceUnlinkPolicy()

Initializes a new instance of the DeviceUnlinkPolicy class.

Declaration
public DeviceUnlinkPolicy()

Properties

| Improve this Doc View Source

AsKeep

Gets this instance as a Keep, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRemove

Gets this instance as a Remove, or null.

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

IsKeep

Gets a value indicating whether this instance is Keep

Declaration
public bool IsKeep { 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

IsRemove

Gets a value indicating whether this instance is Remove

Declaration
public bool IsRemove { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceUnlinkPolicy()
  • Properties
    • AsKeep
    • AsOther
    • AsRemove
    • IsKeep
    • IsOther
    • IsRemove
Back to top Generated by DocFX