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 SourceFileCommentsChangePolicyDetails(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 SourceNewValue
New commenting on team files policy.
Declaration
public FileCommentsPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
FileCommentsPolicy |
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 |