Dropbox .NET SDK

Class TwoAccountChangePolicyDetails

Enabled/disabled option for members to link personal Dropbox account and team account to same computer.

Inheritance
object
TwoAccountChangePolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TwoAccountChangePolicyDetails

Constructors

View Source

TwoAccountChangePolicyDetails(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 Source

NewValue

New two account policy.

Declaration
public TwoAccountPolicy NewValue { get; protected set; }
Property Value
Type Description
TwoAccountPolicy
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK