Class ExternalSharingSetting
External sharing setting
Inheritance
ExternalSharingSetting
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalSharingSetting
Constructors
View SourceExternalSharingSetting()
Initializes a new instance of the ExternalSharingSetting class.
Declaration
public ExternalSharingSetting()
Properties
View SourceAsAllow
Gets this instance as a Allow, or null.
Declaration
public ExternalSharingSetting.Allow AsAllow { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingSetting.Allow |
AsForbid
Gets this instance as a Forbid, or null.
Declaration
public ExternalSharingSetting.Forbid AsForbid { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingSetting.Forbid |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExternalSharingSetting.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingSetting.Other |
AsUnset
Gets this instance as a Unset, or null.
Declaration
public ExternalSharingSetting.Unset AsUnset { get; }
Property Value
| Type | Description |
|---|---|
| ExternalSharingSetting.Unset |
IsAllow
Gets a value indicating whether this instance is Allow
Declaration
public bool IsAllow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsForbid
Gets a value indicating whether this instance is Forbid
Declaration
public bool IsForbid { 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 |
IsUnset
Gets a value indicating whether this instance is Unset
Declaration
public bool IsUnset { get; }
Property Value
| Type | Description |
|---|---|
| bool |