Show / Hide Table of Contents

Class DeviceApprovalsChangeOverageActionDetails

Changed device approvals setting when member is over limit.

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

Constructors

| Improve this Doc View Source

DeviceApprovalsChangeOverageActionDetails(RolloutMethod, RolloutMethod)

Initializes a new instance of the DeviceApprovalsChangeOverageActionDetails class.

Declaration
public DeviceApprovalsChangeOverageActionDetails(RolloutMethod newValue = null, RolloutMethod previousValue = null)
Parameters
Type Name Description
RolloutMethod newValue

New over the limits policy. Might be missing due to historical data gap.

RolloutMethod previousValue

Previous over the limit policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New over the limits policy. Might be missing due to historical data gap.

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

PreviousValue

Previous over the limit policy. Might be missing due to historical data gap.

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