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
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class Visibility
Constructors
| Improve this Doc View SourceVisibility()
Initializes a new instance of the Visibility class.
Declaration
public Visibility()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public Visibility.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Visibility.Other |
AsPassword
Gets this instance as a Password, or null
.
Declaration
public Visibility.Password AsPassword { get; }
Property Value
Type | Description |
---|---|
Visibility.Password |
AsPublic
Gets this instance as a Public, or null
.
Declaration
public Visibility.Public AsPublic { get; }
Property Value
Type | Description |
---|---|
Visibility.Public |
AsSharedFolderOnly
Gets this instance as a SharedFolderOnly, or null
.
Declaration
public Visibility.SharedFolderOnly AsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
Visibility.SharedFolderOnly |
AsTeamAndPassword
Gets this instance as a TeamAndPassword, or null
.
Declaration
public Visibility.TeamAndPassword AsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
Visibility.TeamAndPassword |
AsTeamOnly
Gets this instance as a TeamOnly, or null
.
Declaration
public Visibility.TeamOnly AsTeamOnly { get; }
Property Value
Type | Description |
---|---|
Visibility.TeamOnly |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPassword
Gets a value indicating whether this instance is Password
Declaration
public bool IsPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedFolderOnly
Gets a value indicating whether this instance is SharedFolderOnly
Declaration
public bool IsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamAndPassword
Gets a value indicating whether this instance is TeamAndPassword
Declaration
public bool IsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |