Dropbox .NET SDK

Class MediaHubSharedLinkRevokedDetails

Revoked Media Hub shared link.

Inheritance
object
MediaHubSharedLinkRevokedDetails
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 MediaHubSharedLinkRevokedDetails

Constructors

View Source

MediaHubSharedLinkRevokedDetails(MediaHubSharedLinkTargetType)

Initializes a new instance of the MediaHubSharedLinkRevokedDetails class.

Declaration
public MediaHubSharedLinkRevokedDetails(MediaHubSharedLinkTargetType targetType)
Parameters
Type Name Description
MediaHubSharedLinkTargetType targetType

Media Hub shared link target type.

Properties

View Source

TargetType

Media Hub shared link target type.

Declaration
public MediaHubSharedLinkTargetType TargetType { get; protected set; }
Property Value
Type Description
MediaHubSharedLinkTargetType
  • View Source
In this article
Back to top Dropbox .NET SDK