Dropbox .NET SDK

Class DownloadPolicyType

Shared content downloads policy

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

Constructors

View Source

DownloadPolicyType()

Initializes a new instance of the DownloadPolicyType class.

Declaration
public DownloadPolicyType()

Properties

View Source

AsAllow

Gets this instance as a Allow, or null.

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

AsDisallow

Gets this instance as a Disallow, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAllow

Gets a value indicating whether this instance is Allow

Declaration
public bool IsAllow { get; }
Property Value
Type Description
bool
View Source

IsDisallow

Gets a value indicating whether this instance is Disallow

Declaration
public bool IsDisallow { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK