Class SharedContentChangeDownloadsPolicyDetails
Changed whether members can download shared file/folder.
Inheritance
System.Object
SharedContentChangeDownloadsPolicyDetails
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 SharedContentChangeDownloadsPolicyDetails
Constructors
| Improve this Doc View SourceSharedContentChangeDownloadsPolicyDetails(DownloadPolicyType, DownloadPolicyType)
Initializes a new instance of the Shared
Declaration
public SharedContentChangeDownloadsPolicyDetails(DownloadPolicyType newValue, DownloadPolicyType previousValue = null)
Parameters
Type | Name | Description |
---|---|---|
Download |
newValue | New downloads policy. |
Download |
previousValue | Previous downloads policy. Might be missing due to historical data gap. |
Properties
| Improve this Doc View SourceNewValue
New downloads policy.
Declaration
public DownloadPolicyType NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
Download |
PreviousValue
Previous downloads policy. Might be missing due to historical data gap.
Declaration
public DownloadPolicyType PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
Download |