Dropbox .NET SDK

Class LinkSettingsLogInfo

Link Settings

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

Constructors

View Source

LinkSettingsLogInfo(string, bool, bool, bool, string, DateTime?)

Initializes a new instance of the LinkSettingsLogInfo class.

Declaration
public LinkSettingsLogInfo(string name, bool requireEmail, bool downloadable, bool passwordRequired, string url, DateTime? expireAt = null)
Parameters
Type Name Description
string name

Link Name.

bool requireEmail

Email Required.

bool downloadable

Downloadable.

bool passwordRequired

Password required.

string url

Link URL.

DateTime? expireAt

Expires at.

Properties

View Source

Downloadable

Downloadable.

Declaration
public bool Downloadable { get; protected set; }
Property Value
Type Description
bool
View Source

ExpireAt

Expires at.

Declaration
public DateTime? ExpireAt { get; protected set; }
Property Value
Type Description
DateTime?
View Source

Name

Link Name.

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

PasswordRequired

Password required.

Declaration
public bool PasswordRequired { get; protected set; }
Property Value
Type Description
bool
View Source

RequireEmail

Email Required.

Declaration
public bool RequireEmail { get; protected set; }
Property Value
Type Description
bool
View Source

Url

Link URL.

Declaration
public string Url { get; protected set; }
Property Value
Type Description
string

See Also

SendAndTrackLinkCreatedDetails
SendAndTrackLinkUpdatedDetails
SendAndTrackLinkViewedDetails
  • View Source
In this article
Back to top Dropbox .NET SDK