Show / Hide Table of Contents

Class AlphaResolvedVisibility

check documentation for ResolvedVisibility.

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

Constructors

| Improve this Doc View Source

AlphaResolvedVisibility()

Initializes a new instance of the AlphaResolvedVisibility class.

Declaration
public AlphaResolvedVisibility()

Properties

| Improve this Doc View Source

AsNoOne

Gets this instance as a NoOne, or null.

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

AsOnlyYou

Gets this instance as a OnlyYou, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPassword

Gets this instance as a Password, or null.

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

AsPublic

Gets this instance as a Public, or null.

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

AsSharedFolderOnly

Gets this instance as a SharedFolderOnly, or null.

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

AsTeamAndPassword

Gets this instance as a TeamAndPassword, or null.

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

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public AlphaResolvedVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
AlphaResolvedVisibility.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
    • AlphaResolvedVisibility()
  • Properties
    • AsNoOne
    • AsOnlyYou
    • AsOther
    • AsPassword
    • AsPublic
    • AsSharedFolderOnly
    • AsTeamAndPassword
    • AsTeamOnly
    • IsNoOne
    • IsOnlyYou
    • IsOther
    • IsPassword
    • IsPublic
    • IsSharedFolderOnly
    • IsTeamAndPassword
    • IsTeamOnly
Back to top Generated by DocFX