Dropbox .NET SDK

Class DeviceApprovalsChangeOverageActionDetails

Changed device approvals setting when member is over limit.

Inheritance
object
DeviceApprovalsChangeOverageActionDetails
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 DeviceApprovalsChangeOverageActionDetails

Constructors

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

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
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
  • View Source
In this article
Back to top Dropbox .NET SDK