Dropbox .NET SDK

Class SendAndTrackLinkDeletedDetails

Link deleted in Send and Track.

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

Constructors

View Source

SendAndTrackLinkDeletedDetails(string)

Initializes a new instance of the SendAndTrackLinkDeletedDetails class.

Declaration
public SendAndTrackLinkDeletedDetails(string sharedContentLink)
Parameters
Type Name Description
string sharedContentLink

Shared content link.

Properties

View Source

SharedContentLink

Shared content link.

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