Class DeviceUnlinkPolicy
The device unlink policy object
Inheritance
System.Object
DeviceUnlinkPolicy
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 SourceDeviceUnlinkPolicy()
Initializes a new instance of the DeviceUnlinkPolicy class.
Declaration
public DeviceUnlinkPolicy()
Properties
| Improve this Doc View SourceAsKeep
Gets this instance as a Keep, or null
.
Declaration
public DeviceUnlinkPolicy.Keep AsKeep { get; }
Property Value
Type | Description |
---|---|
DeviceUnlinkPolicy.Keep |
AsOther
Gets this instance as a Other, or null
.
Declaration
public DeviceUnlinkPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
DeviceUnlinkPolicy.Other |
AsRemove
Gets this instance as a Remove, or null
.
Declaration
public DeviceUnlinkPolicy.Remove AsRemove { get; }
Property Value
Type | Description |
---|---|
DeviceUnlinkPolicy.Remove |
IsKeep
Gets a value indicating whether this instance is Keep
Declaration
public bool IsKeep { 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 |
IsRemove
Gets a value indicating whether this instance is Remove
Declaration
public bool IsRemove { get; }
Property Value
Type | Description |
---|---|
System.Boolean |