Class MediaHubSharedLinkTargetType
Media Hub shared link target type
Inheritance
MediaHubSharedLinkTargetType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MediaHubSharedLinkTargetType
Constructors
View SourceMediaHubSharedLinkTargetType()
Initializes a new instance of the MediaHubSharedLinkTargetType class.
Declaration
public MediaHubSharedLinkTargetType()
Properties
View SourceAsBundle
Gets this instance as a Bundle, or null.
Declaration
public MediaHubSharedLinkTargetType.Bundle AsBundle { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkTargetType.Bundle |
AsOther
Gets this instance as a Other, or null.
Declaration
public MediaHubSharedLinkTargetType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkTargetType.Other |
AsProject
Gets this instance as a Project, or null.
Declaration
public MediaHubSharedLinkTargetType.Project AsProject { get; }
Property Value
| Type | Description |
|---|---|
| MediaHubSharedLinkTargetType.Project |
IsBundle
Gets a value indicating whether this instance is Bundle
Declaration
public bool IsBundle { 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 |
IsProject
Gets a value indicating whether this instance is Project
Declaration
public bool IsProject { get; }
Property Value
| Type | Description |
|---|---|
| bool |