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 SourceAccountCaptureChangeAvailabilityDetails(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 SourceNewValue
New account capture availabilty value.
Declaration
public AccountCaptureAvailability NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
AccountCaptureAvailability |
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 |