Show / Hide Table of Contents

Class SharedLinkVisibility

Defines who has access to a shared link.

Inheritance
System.Object
SharedLinkVisibility
SharedLinkVisibility.NoOne
SharedLinkVisibility.Other
SharedLinkVisibility.Password
SharedLinkVisibility.Public
SharedLinkVisibility.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkVisibility

Constructors

| Improve this Doc View Source

SharedLinkVisibility()

Initializes a new instance of the SharedLinkVisibility class.

Declaration
public SharedLinkVisibility()

Properties

| Improve this Doc View Source

AsNoOne

Gets this instance as a NoOne, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPassword

Gets this instance as a Password, or null.

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

AsPublic

Gets this instance as a Public, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

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

IsNoOne

Gets a value indicating whether this instance is NoOne

Declaration
public bool IsNoOne { get; }
Property Value
Type Description
System.Boolean
| 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

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
    • SharedLinkVisibility()
  • Properties
    • AsNoOne
    • AsOther
    • AsPassword
    • AsPublic
    • AsTeamOnly
    • IsNoOne
    • IsOther
    • IsPassword
    • IsPublic
    • IsTeamOnly
Back to top Generated by DocFX