Show / Hide Table of Contents

Class LinkAudience

The link audience object

Inheritance
System.Object
LinkAudience
LinkAudience.Members
LinkAudience.NoOne
LinkAudience.Other
LinkAudience.Password
LinkAudience.Public
LinkAudience.Team
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 LinkAudience

Constructors

| Improve this Doc View Source

LinkAudience()

Initializes a new instance of the LinkAudience class.

Declaration
public LinkAudience()

Properties

| Improve this Doc View Source

AsMembers

Gets this instance as a Members, or null.

Declaration
public LinkAudience.Members AsMembers { get; }
Property Value
Type Description
LinkAudience.Members
| Improve this Doc View Source

AsNoOne

Gets this instance as a NoOne, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPassword

Gets this instance as a Password, or null.

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

AsPublic

Gets this instance as a Public, or null.

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

AsTeam

Gets this instance as a Team, or null.

Declaration
public LinkAudience.Team AsTeam { get; }
Property Value
Type Description
LinkAudience.Team
| Improve this Doc View Source

IsMembers

Gets a value indicating whether this instance is Members

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

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LinkAudience()
  • Properties
    • AsMembers
    • AsNoOne
    • AsOther
    • AsPassword
    • AsPublic
    • AsTeam
    • IsMembers
    • IsNoOne
    • IsOther
    • IsPassword
    • IsPublic
    • IsTeam
Back to top Generated by DocFX