Show / Hide Table of Contents

Class ResellerSupportChangePolicyDetails

Enabled/disabled reseller support.

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

Constructors

| Improve this Doc View Source

ResellerSupportChangePolicyDetails(ResellerSupportPolicy, ResellerSupportPolicy)

Initializes a new instance of the ResellerSupportChangePolicyDetails class.

Declaration
public ResellerSupportChangePolicyDetails(ResellerSupportPolicy newValue, ResellerSupportPolicy previousValue)
Parameters
Type Name Description
ResellerSupportPolicy newValue

New Reseller support policy.

ResellerSupportPolicy previousValue

Previous Reseller support policy.

Properties

| Improve this Doc View Source

NewValue

New Reseller support policy.

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

PreviousValue

Previous Reseller support policy.

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