Class DownloadPolicyType
Shared content downloads policy
Inheritance
System.Object
DownloadPolicyType
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 SourceDownloadPolicyType()
Initializes a new instance of the DownloadPolicyType class.
Declaration
public DownloadPolicyType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsDisallow
Gets a value indicating whether this instance is Disallow
Declaration
public bool IsDisallow { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |