Dropbox .NET SDK

Class SharedContentChangeDownloadsPolicyDetails

Changed whether members can download shared file/folder.

Inheritance
object
SharedContentChangeDownloadsPolicyDetails
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 SharedContentChangeDownloadsPolicyDetails

Constructors

View Source

SharedContentChangeDownloadsPolicyDetails(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 Source

NewValue

New downloads policy.

Declaration
public DownloadPolicyType NewValue { get; protected set; }
Property Value
Type Description
DownloadPolicyType
View Source

PreviousValue

Previous downloads policy. Might be missing due to historical data gap.

Declaration
public DownloadPolicyType PreviousValue { get; protected set; }
Property Value
Type Description
DownloadPolicyType
  • View Source
In this article
Back to top Dropbox .NET SDK