Dropbox .NET SDK

Class MediaHubSharedLinkTargetType

Media Hub shared link target type

Inheritance
object
MediaHubSharedLinkTargetType
MediaHubSharedLinkTargetType.Bundle
MediaHubSharedLinkTargetType.Other
MediaHubSharedLinkTargetType.Project
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 MediaHubSharedLinkTargetType

Constructors

View Source

MediaHubSharedLinkTargetType()

Initializes a new instance of the MediaHubSharedLinkTargetType class.

Declaration
public MediaHubSharedLinkTargetType()

Properties

View Source

AsBundle

Gets this instance as a Bundle, or null.

Declaration
public MediaHubSharedLinkTargetType.Bundle AsBundle { get; }
Property Value
Type Description
MediaHubSharedLinkTargetType.Bundle
View Source

AsOther

Gets this instance as a Other, or null.

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

AsProject

Gets this instance as a Project, or null.

Declaration
public MediaHubSharedLinkTargetType.Project AsProject { get; }
Property Value
Type Description
MediaHubSharedLinkTargetType.Project
View Source

IsBundle

Gets a value indicating whether this instance is Bundle

Declaration
public bool IsBundle { 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

IsProject

Gets a value indicating whether this instance is Project

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