Dropbox .NET SDK

Class EmmChangePolicyDetails

Enabled/disabled enterprise mobility management for members.

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

Constructors

View Source

EmmChangePolicyDetails(EmmState, EmmState)

Initializes a new instance of the EmmChangePolicyDetails class.

Declaration
public EmmChangePolicyDetails(EmmState newValue, EmmState previousValue = null)
Parameters
Type Name Description
EmmState newValue

New enterprise mobility management policy.

EmmState previousValue

Previous enterprise mobility management policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New enterprise mobility management policy.

Declaration
public EmmState NewValue { get; protected set; }
Property Value
Type Description
EmmState
View Source

PreviousValue

Previous enterprise mobility management policy. Might be missing due to historical data gap.

Declaration
public EmmState PreviousValue { get; protected set; }
Property Value
Type Description
EmmState
  • View Source
In this article
Back to top Dropbox .NET SDK