Dropbox .NET SDK

Class AccountCaptureChangePolicyDetails

Changed account capture setting on team domain.

Inheritance
object
AccountCaptureChangePolicyDetails
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 AccountCaptureChangePolicyDetails

Constructors

View Source

AccountCaptureChangePolicyDetails(AccountCapturePolicy, AccountCapturePolicy)

Initializes a new instance of the AccountCaptureChangePolicyDetails class.

Declaration
public AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue, AccountCapturePolicy previousValue = null)
Parameters
Type Name Description
AccountCapturePolicy newValue

New account capture policy.

AccountCapturePolicy previousValue

Previous account capture policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New account capture policy.

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

PreviousValue

Previous account capture policy. Might be missing due to historical data gap.

Declaration
public AccountCapturePolicy PreviousValue { get; protected set; }
Property Value
Type Description
AccountCapturePolicy
  • View Source
In this article
Back to top Dropbox .NET SDK