Dropbox .NET SDK

Class SharedLinkVisibility

Defines who has access to a shared link.

Inheritance
object
SharedLinkVisibility
SharedLinkVisibility.NoOne
SharedLinkVisibility.Other
SharedLinkVisibility.Password
SharedLinkVisibility.Public
SharedLinkVisibility.TeamOnly
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 SharedLinkVisibility

Constructors

View Source

SharedLinkVisibility()

Initializes a new instance of the SharedLinkVisibility class.

Declaration
public SharedLinkVisibility()

Properties

View Source

AsNoOne

Gets this instance as a NoOne, or null.

Declaration
public SharedLinkVisibility.NoOne AsNoOne { get; }
Property Value
Type Description
SharedLinkVisibility.NoOne
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPassword

Gets this instance as a Password, or null.

Declaration
public SharedLinkVisibility.Password AsPassword { get; }
Property Value
Type Description
SharedLinkVisibility.Password
View Source

AsPublic

Gets this instance as a Public, or null.

Declaration
public SharedLinkVisibility.Public AsPublic { get; }
Property Value
Type Description
SharedLinkVisibility.Public
View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public SharedLinkVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
SharedLinkVisibility.TeamOnly
View Source

IsNoOne

Gets a value indicating whether this instance is NoOne

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

IsPassword

Gets a value indicating whether this instance is Password

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

IsPublic

Gets a value indicating whether this instance is Public

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

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

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