Class DownloadPolicyType
Shared content downloads policy
Inheritance
DownloadPolicyType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DownloadPolicyType
Constructors
View SourceDownloadPolicyType()
Initializes a new instance of the DownloadPolicyType class.
Declaration
public DownloadPolicyType()
Properties
View SourceAsAllow
Gets this instance as a Allow, or null.
Declaration
public DownloadPolicyType.Allow AsAllow { get; }
Property Value
| Type | Description |
|---|---|
| DownloadPolicyType.Allow |
AsDisallow
Gets this instance as a Disallow, or null.
Declaration
public DownloadPolicyType.Disallow AsDisallow { get; }
Property Value
| Type | Description |
|---|---|
| DownloadPolicyType.Disallow |
AsOther
Gets this instance as a Other, or null.
Declaration
public DownloadPolicyType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DownloadPolicyType.Other |
IsAllow
Gets a value indicating whether this instance is Allow
Declaration
public bool IsAllow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDisallow
Gets a value indicating whether this instance is Disallow
Declaration
public bool IsDisallow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |