Class AccountCaptureChangePolicyDetails
Changed account capture setting on team domain.
Inheritance
System.Object
AccountCaptureChangePolicyDetails
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 AccountCaptureChangePolicyDetails
Constructors
| Improve this Doc View SourceAccountCaptureChangePolicyDetails(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
| Improve this Doc View SourceNewValue
New account capture policy.
Declaration
public AccountCapturePolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
AccountCapturePolicy |
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 |