Show / Hide Table of Contents

Class ExtendedVersionHistoryChangePolicyDetails

Accepted/opted out of extended version history.

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

Constructors

| Improve this Doc View Source

ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy, ExtendedVersionHistoryPolicy)

Initializes a new instance of the ExtendedVersionHistoryChangePolicyDetails class.

Declaration
public ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy newValue, ExtendedVersionHistoryPolicy previousValue = null)
Parameters
Type Name Description
ExtendedVersionHistoryPolicy newValue

New extended version history policy.

ExtendedVersionHistoryPolicy previousValue

Previous extended version history policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New extended version history policy.

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

PreviousValue

Previous extended version history policy. Might be missing due to historical data gap.

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