Class FileCommentsChangePolicyDetails
Enabled/disabled commenting on team files.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileCommentsChangePolicyDetails
Constructors
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
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 |