Show / Hide Table of Contents

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 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

| Improve this Doc View Source

NewValue

New account capture policy.

Declaration
public AccountCapturePolicy NewValue { get; protected set; }
Property Value
Type Description
AccountCapturePolicy
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureChangePolicyDetails(AccountCapturePolicy, AccountCapturePolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX