Show / Hide Table of Contents

Class DeviceApprovalsChangeUnlinkActionDetails

Changed device approvals setting when member unlinks approved device.

Inheritance
System.Object
DeviceApprovalsChangeUnlinkActionDetails
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 DeviceApprovalsChangeUnlinkActionDetails

Constructors

| Improve this Doc View Source

DeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy, DeviceUnlinkPolicy)

Initializes a new instance of the DeviceApprovalsChangeUnlinkActionDetails class.

Declaration
public DeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy newValue = null, DeviceUnlinkPolicy previousValue = null)
Parameters
Type Name Description
DeviceUnlinkPolicy newValue

New device unlink policy. Might be missing due to historical data gap.

DeviceUnlinkPolicy previousValue

Previous device unlink policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New device unlink policy. Might be missing due to historical data gap.

Declaration
public DeviceUnlinkPolicy NewValue { get; protected set; }
Property Value
Type Description
DeviceUnlinkPolicy
| Improve this Doc View Source

PreviousValue

Previous device unlink policy. Might be missing due to historical data gap.

Declaration
public DeviceUnlinkPolicy PreviousValue { get; protected set; }
Property Value
Type Description
DeviceUnlinkPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy, DeviceUnlinkPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX