Show / Hide Table of Contents

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 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

| Improve this Doc View Source

NewValue

New downloads policy.

Declaration
public DownloadPolicyType NewValue { get; protected set; }
Property Value
Type Description
DownloadPolicyType
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedContentChangeDownloadsPolicyDetails(DownloadPolicyType, DownloadPolicyType)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX