Class SharedLinkVisibility
Defines who has access to a shared link.
Inheritance
System.Object
SharedLinkVisibility
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkVisibility
Constructors
| Improve this Doc View SourceSharedLinkVisibility()
Initializes a new instance of the SharedLinkVisibility class.
Declaration
public SharedLinkVisibility()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
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 |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |