Class MediaHubSharedLinkAudience
Media Hub shared link audience
Inheritance
MediaHubSharedLinkAudience
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubSharedLinkAudience
Constructors
View SourceMediaHubSharedLinkAudience()
Initializes a new instance of the MediaHubSharedLinkAudience class.
Declaration
public MediaHubSharedLinkAudience()
Properties
View SourceAsNoOne
Gets this instance as a NoOne, or null.
Declaration
public MediaHubSharedLinkAudience.NoOne AsNoOne { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkAudience.NoOne |
AsOther
Gets this instance as a Other, or null.
Declaration
public MediaHubSharedLinkAudience.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkAudience.Other |
AsPublic
Gets this instance as a Public, or null.
Declaration
public MediaHubSharedLinkAudience.Public AsPublic { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkAudience.Public |
AsTeamOnly
Gets this instance as a TeamOnly, or null.
Declaration
public MediaHubSharedLinkAudience.TeamOnly AsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkAudience.TeamOnly |
IsNoOne
Gets a value indicating whether this instance is NoOne
Declaration
public bool IsNoOne { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |