Class SharedContentChangeDownloadsPolicyDetails
Changed whether members can download shared file/folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentChangeDownloadsPolicyDetails
Constructors
View SourceSharedContentChangeDownloadsPolicyDetails(DownloadPolicyType, DownloadPolicyType)
Initializes a new instance of the SharedContentChangeDownloadsPolicyDetails class.
Declaration
public SharedContentChangeDownloadsPolicyDetails(DownloadPolicyType newValue, DownloadPolicyType previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DownloadPolicyType | newValue | New downloads policy. |
| DownloadPolicyType | previousValue | Previous downloads policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New downloads policy.
Declaration
public DownloadPolicyType NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DownloadPolicyType |
PreviousValue
Previous downloads policy. Might be missing due to historical data gap.
Declaration
public DownloadPolicyType PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DownloadPolicyType |