Show / Hide Table of Contents

Class DownloadPolicyType

Shared content downloads policy

Inheritance
System.Object
DownloadPolicyType
DownloadPolicyType.Allow
DownloadPolicyType.Disallow
DownloadPolicyType.Other
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 DownloadPolicyType

Constructors

| Improve this Doc View Source

DownloadPolicyType()

Initializes a new instance of the DownloadPolicyType class.

Declaration
public DownloadPolicyType()

Properties

| Improve this Doc View Source

AsAllow

Gets this instance as a Allow, or null.

Declaration
public DownloadPolicyType.Allow AsAllow { get; }
Property Value
Type Description
DownloadPolicyType.Allow
| Improve this Doc View Source

AsDisallow

Gets this instance as a Disallow, or null.

Declaration
public DownloadPolicyType.Disallow AsDisallow { get; }
Property Value
Type Description
DownloadPolicyType.Disallow
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DownloadPolicyType.Other AsOther { get; }
Property Value
Type Description
DownloadPolicyType.Other
| Improve this Doc View Source

IsAllow

Gets a value indicating whether this instance is Allow

Declaration
public bool IsAllow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisallow

Gets a value indicating whether this instance is Disallow

Declaration
public bool IsDisallow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DownloadPolicyType()
  • Properties
    • AsAllow
    • AsDisallow
    • AsOther
    • IsAllow
    • IsDisallow
    • IsOther
Back to top Generated by DocFX