• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class EmmChangePolicyDetails

Enabled/disabled enterprise mobility management for members.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New enterprise mobility management policy.

Declaration
public EmmState NewValue { get; protected set; }
Property Value
Type Description
EmmState
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EmmChangePolicyDetails(EmmState, EmmState)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX