Class SendAndTrackLinkViewedDetails
Send and Track Link Visited.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SendAndTrackLinkViewedDetails
Constructors
View SourceSendAndTrackLinkViewedDetails(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 SourceEmailAddress
Visitor Email address.
Declaration
public string EmailAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkOwner
Link Owner.
Declaration
public string LinkOwner { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkSettings
Link Settings.
Declaration
public LinkSettingsLogInfo LinkSettings { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LinkSettingsLogInfo |