Class TwoAccountChangePolicyDetails
Enabled/disabled option for members to link personal Dropbox account and team account to same computer.
Inheritance
System.Object
TwoAccountChangePolicyDetails
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 TwoAccountChangePolicyDetails
Constructors
| Improve this Doc 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
| Improve this Doc 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 |