Class ResellerSupportChangePolicyDetails
Enabled/disabled reseller support.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ResellerSupportChangePolicyDetails
Constructors
View SourceResellerSupportChangePolicyDetails(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
View SourceNewValue
New Reseller support policy.
Declaration
public ResellerSupportPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ResellerSupportPolicy |
PreviousValue
Previous Reseller support policy.
Declaration
public ResellerSupportPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ResellerSupportPolicy |