Class LinkAudience
The link audience object
Inheritance
System.Object
LinkAudience
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 SourceLinkAudience()
Initializes a new instance of the LinkAudience class.
Declaration
public LinkAudience()
Properties
| Improve this Doc View SourceAsMembers
Gets this instance as a Members, or null
.
Declaration
public LinkAudience.Members AsMembers { get; }
Property Value
Type | Description |
---|---|
LinkAudience.Members |
AsNoOne
Gets this instance as a NoOne, or null
.
Declaration
public LinkAudience.NoOne AsNoOne { get; }
Property Value
Type | Description |
---|---|
LinkAudience.NoOne |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LinkAudience.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkAudience.Other |
AsPassword
Gets this instance as a Password, or null
.
Declaration
public LinkAudience.Password AsPassword { get; }
Property Value
Type | Description |
---|---|
LinkAudience.Password |
AsPublic
Gets this instance as a Public, or null
.
Declaration
public LinkAudience.Public AsPublic { get; }
Property Value
Type | Description |
---|---|
LinkAudience.Public |
AsTeam
Gets this instance as a Team, or null
.
Declaration
public LinkAudience.Team AsTeam { get; }
Property Value
Type | Description |
---|---|
LinkAudience.Team |
IsMembers
Gets a value indicating whether this instance is Members
Declaration
public bool IsMembers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |