Dropbox .NET SDK

Class SendAndTrackLinkCreatedDetails

Link created in Send and Track.

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

Constructors

View Source

SendAndTrackLinkCreatedDetails(LinkSettingsLogInfo)

Initializes a new instance of the SendAndTrackLinkCreatedDetails class.

Declaration
public SendAndTrackLinkCreatedDetails(LinkSettingsLogInfo linkSettings)
Parameters
Type Name Description
LinkSettingsLogInfo linkSettings

Link Settings.

Properties

View Source

LinkSettings

Link Settings.

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