Class TwoAccountChangePolicyDetails
Enabled/disabled option for members to link personal Dropbox account and team account to same computer.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TwoAccountChangePolicyDetails
Constructors
View SourceTwoAccountChangePolicyDetails(TwoAccountPolicy, TwoAccountPolicy)
Initializes a new instance of the TwoAccountChangePolicyDetails class.
Declaration
public TwoAccountChangePolicyDetails(TwoAccountPolicy newValue, TwoAccountPolicy previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TwoAccountPolicy | newValue | New two account policy. |
| TwoAccountPolicy | previousValue | Previous two account policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New two account policy.
Declaration
public TwoAccountPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TwoAccountPolicy |
PreviousValue
Previous two account policy. Might be missing due to historical data gap.
Declaration
public TwoAccountPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TwoAccountPolicy |