Show / Hide Table of Contents

Class ResolvedVisibility

The actual access permissions values of shared links after taking into account user preferences and the team and shared folder settings. Check the RequestedVisibility for more info on the possible visibility values that can be set by the shared link's owner.

Inheritance
System.Object
ResolvedVisibility
ResolvedVisibility.NoOne
ResolvedVisibility.OnlyYou
ResolvedVisibility.Other
ResolvedVisibility.Password
ResolvedVisibility.Public
ResolvedVisibility.SharedFolderOnly
ResolvedVisibility.TeamAndPassword
ResolvedVisibility.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 ResolvedVisibility

Constructors

| Improve this Doc View Source

ResolvedVisibility()

Initializes a new instance of the ResolvedVisibility class.

Declaration
public ResolvedVisibility()

Properties

| Improve this Doc View Source

AsNoOne

Gets this instance as a NoOne, or null.

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

AsOnlyYou

Gets this instance as a OnlyYou, or null.

Declaration
public ResolvedVisibility.OnlyYou AsOnlyYou { get; }
Property Value
Type Description
ResolvedVisibility.OnlyYou
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPassword

Gets this instance as a Password, or null.

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

AsPublic

Gets this instance as a Public, or null.

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

AsSharedFolderOnly

Gets this instance as a SharedFolderOnly, or null.

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

AsTeamAndPassword

Gets this instance as a TeamAndPassword, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public ResolvedVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
ResolvedVisibility.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

IsOnlyYou

Gets a value indicating whether this instance is OnlyYou

Declaration
public bool IsOnlyYou { 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

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
    • ResolvedVisibility()
  • Properties
    • AsNoOne
    • AsOnlyYou
    • AsOther
    • AsPassword
    • AsPublic
    • AsSharedFolderOnly
    • AsTeamAndPassword
    • AsTeamOnly
    • IsNoOne
    • IsOnlyYou
    • IsOther
    • IsPassword
    • IsPublic
    • IsSharedFolderOnly
    • IsTeamAndPassword
    • IsTeamOnly
Back to top Generated by DocFX