Show / Hide Table of Contents

Class Visibility

Who can access a shared link. The most open visibility is Visibility.Public. The default depends on many aspects, such as team and user preferences and shared folder settings.

Inheritance
System.Object
Visibility
Visibility.Other
Visibility.Password
Visibility.Public
Visibility.SharedFolderOnly
Visibility.TeamAndPassword
Visibility.TeamOnly
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class Visibility

Constructors

| Improve this Doc View Source

Visibility()

Initializes a new instance of the Visibility class.

Declaration
public Visibility()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public Visibility.Other AsOther { get; }
Property Value
Type Description
Visibility.Other
| Improve this Doc View Source

AsPassword

Gets this instance as a Password, or null.

Declaration
public Visibility.Password AsPassword { get; }
Property Value
Type Description
Visibility.Password
| Improve this Doc View Source

AsPublic

Gets this instance as a Public, or null.

Declaration
public Visibility.Public AsPublic { get; }
Property Value
Type Description
Visibility.Public
| Improve this Doc View Source

AsSharedFolderOnly

Gets this instance as a SharedFolderOnly, or null.

Declaration
public Visibility.SharedFolderOnly AsSharedFolderOnly { get; }
Property Value
Type Description
Visibility.SharedFolderOnly
| Improve this Doc View Source

AsTeamAndPassword

Gets this instance as a TeamAndPassword, or null.

Declaration
public Visibility.TeamAndPassword AsTeamAndPassword { get; }
Property Value
Type Description
Visibility.TeamAndPassword
| Improve this Doc View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public Visibility.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
Visibility.TeamOnly
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPassword

Gets a value indicating whether this instance is Password

Declaration
public bool IsPassword { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPublic

Gets a value indicating whether this instance is Public

Declaration
public bool IsPublic { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSharedFolderOnly

Gets a value indicating whether this instance is SharedFolderOnly

Declaration
public bool IsSharedFolderOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamAndPassword

Gets a value indicating whether this instance is TeamAndPassword

Declaration
public bool IsTeamAndPassword { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

Declaration
public bool IsTeamOnly { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Visibility()
  • Properties
    • AsOther
    • AsPassword
    • AsPublic
    • AsSharedFolderOnly
    • AsTeamAndPassword
    • AsTeamOnly
    • IsOther
    • IsPassword
    • IsPublic
    • IsSharedFolderOnly
    • IsTeamAndPassword
    • IsTeamOnly
Back to top Generated by DocFX