Dropbox .NET SDK

Class SendAndTrackLinkUpdatedDetails

Send and Track Link Updated.

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

Constructors

View Source

SendAndTrackLinkUpdatedDetails(LinkSettingsLogInfo, string)

Initializes a new instance of the SendAndTrackLinkUpdatedDetails class.

Declaration
public SendAndTrackLinkUpdatedDetails(LinkSettingsLogInfo linkSettings, string previousLinkName = null)
Parameters
Type Name Description
LinkSettingsLogInfo linkSettings

Link Settings.

string previousLinkName

Previous link name.

Properties

View Source

LinkSettings

Link Settings.

Declaration
public LinkSettingsLogInfo LinkSettings { get; protected set; }
Property Value
Type Description
LinkSettingsLogInfo
View Source

PreviousLinkName

Previous link name.

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