Show / Hide Table of Contents

Class AccountCaptureChangeAvailabilityDetails

Granted/revoked option to enable account capture on team domains.

Inheritance
System.Object
AccountCaptureChangeAvailabilityDetails
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 AccountCaptureChangeAvailabilityDetails

Constructors

| Improve this Doc View Source

AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability, AccountCaptureAvailability)

Initializes a new instance of the AccountCaptureChangeAvailabilityDetails class.

Declaration
public AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability newValue, AccountCaptureAvailability previousValue = null)
Parameters
Type Name Description
AccountCaptureAvailability newValue

New account capture availabilty value.

AccountCaptureAvailability previousValue

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

Properties

| Improve this Doc View Source

NewValue

New account capture availabilty value.

Declaration
public AccountCaptureAvailability NewValue { get; protected set; }
Property Value
Type Description
AccountCaptureAvailability
| Improve this Doc View Source

PreviousValue

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

Declaration
public AccountCaptureAvailability PreviousValue { get; protected set; }
Property Value
Type Description
AccountCaptureAvailability
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability, AccountCaptureAvailability)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX