Dropbox .NET SDK

Class MediaHubSharedLinkAudience

Media Hub shared link audience

Inheritance
object
MediaHubSharedLinkAudience
MediaHubSharedLinkAudience.NoOne
MediaHubSharedLinkAudience.Other
MediaHubSharedLinkAudience.Public
MediaHubSharedLinkAudience.TeamOnly
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubSharedLinkAudience

Constructors

View Source

MediaHubSharedLinkAudience()

Initializes a new instance of the MediaHubSharedLinkAudience class.

Declaration
public MediaHubSharedLinkAudience()

Properties

View Source

AsNoOne

Gets this instance as a NoOne, or null.

Declaration
public MediaHubSharedLinkAudience.NoOne AsNoOne { get; }
Property Value
Type Description
MediaHubSharedLinkAudience.NoOne
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MediaHubSharedLinkAudience.Other AsOther { get; }
Property Value
Type Description
MediaHubSharedLinkAudience.Other
View Source

AsPublic

Gets this instance as a Public, or null.

Declaration
public MediaHubSharedLinkAudience.Public AsPublic { get; }
Property Value
Type Description
MediaHubSharedLinkAudience.Public
View Source

AsTeamOnly

Gets this instance as a TeamOnly, or null.

Declaration
public MediaHubSharedLinkAudience.TeamOnly AsTeamOnly { get; }
Property Value
Type Description
MediaHubSharedLinkAudience.TeamOnly
View Source

IsNoOne

Gets a value indicating whether this instance is NoOne

Declaration
public bool IsNoOne { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPublic

Gets a value indicating whether this instance is Public

Declaration
public bool IsPublic { get; }
Property Value
Type Description
bool
View Source

IsTeamOnly

Gets a value indicating whether this instance is TeamOnly

Declaration
public bool IsTeamOnly { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK