Show / Hide Table of Contents

Class FileCommentsChangePolicyDetails

Enabled/disabled commenting on team files.

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

Constructors

| Improve this Doc View Source

FileCommentsChangePolicyDetails(FileCommentsPolicy, FileCommentsPolicy)

Initializes a new instance of the FileCommentsChangePolicyDetails class.

Declaration
public FileCommentsChangePolicyDetails(FileCommentsPolicy newValue, FileCommentsPolicy previousValue = null)
Parameters
Type Name Description
FileCommentsPolicy newValue

New commenting on team files policy.

FileCommentsPolicy previousValue

Previous commenting on team files policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New commenting on team files policy.

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

PreviousValue

Previous commenting on team files policy. Might be missing due to historical data gap.

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