Dropbox .NET SDK

Class ExternalSharingSetting

External sharing setting

Inheritance
object
ExternalSharingSetting
ExternalSharingSetting.Allow
ExternalSharingSetting.Forbid
ExternalSharingSetting.Other
ExternalSharingSetting.Unset
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 ExternalSharingSetting

Constructors

View Source

ExternalSharingSetting()

Initializes a new instance of the ExternalSharingSetting class.

Declaration
public ExternalSharingSetting()

Properties

View Source

AsAllow

Gets this instance as a Allow, or null.

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

AsForbid

Gets this instance as a Forbid, or null.

Declaration
public ExternalSharingSetting.Forbid AsForbid { get; }
Property Value
Type Description
ExternalSharingSetting.Forbid
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnset

Gets this instance as a Unset, or null.

Declaration
public ExternalSharingSetting.Unset AsUnset { get; }
Property Value
Type Description
ExternalSharingSetting.Unset
View Source

IsAllow

Gets a value indicating whether this instance is Allow

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

IsForbid

Gets a value indicating whether this instance is Forbid

Declaration
public bool IsForbid { 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

IsUnset

Gets a value indicating whether this instance is Unset

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