Dropbox .NET SDK

Class SendAndTrackLinkViewedDetails

Send and Track Link Visited.

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

Constructors

View Source

SendAndTrackLinkViewedDetails(LinkSettingsLogInfo, string, string)

Initializes a new instance of the SendAndTrackLinkViewedDetails class.

Declaration
public SendAndTrackLinkViewedDetails(LinkSettingsLogInfo linkSettings, string emailAddress = null, string linkOwner = null)
Parameters
Type Name Description
LinkSettingsLogInfo linkSettings

Link Settings.

string emailAddress

Visitor Email address.

string linkOwner

Link Owner.

Properties

View Source

EmailAddress

Visitor Email address.

Declaration
public string EmailAddress { get; protected set; }
Property Value
Type Description
string
View Source

LinkOwner

Link Owner.

Declaration
public string LinkOwner { get; protected set; }
Property Value
Type Description
string
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