Class SharedLinkVisibility
Defines who has access to a shared link.
Inheritance
SharedLinkVisibility
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkVisibility
Constructors
View SourceSharedLinkVisibility()
Initializes a new instance of the SharedLinkVisibility class.
Declaration
public SharedLinkVisibility()
Properties
View SourceAsNoOne
Gets this instance as a NoOne, or null.
Declaration
public SharedLinkVisibility.NoOne AsNoOne { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility.NoOne |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkVisibility.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility.Other |
AsPassword
Gets this instance as a Password, or null.
Declaration
public SharedLinkVisibility.Password AsPassword { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility.Password |
AsPublic
Gets this instance as a Public, or null.
Declaration
public SharedLinkVisibility.Public AsPublic { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility.Public |
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public SharedLinkVisibility.TeamOnly AsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility.TeamOnly |
IsNoOne
Gets a value indicating whether this instance is NoOne
Declaration
public bool IsNoOne { 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 |
IsPassword
Gets a value indicating whether this instance is Password
Declaration
public bool IsPassword { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |