Dropbox .NET SDK

Class FileCommentsChangePolicyDetails

Enabled/disabled commenting on team files.

Inheritance
object
FileCommentsChangePolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileCommentsChangePolicyDetails

Constructors

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

View Source

NewValue

New commenting on team files policy.

Declaration
public FileCommentsPolicy NewValue { get; protected set; }
Property Value
Type Description
FileCommentsPolicy
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
  • View Source
In this article
Back to top Dropbox .NET SDK