Class LinkSettingsLogInfo
Link Settings
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LinkSettingsLogInfo
Constructors
View SourceLinkSettingsLogInfo(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 SourceDownloadable
Downloadable.
Declaration
public bool Downloadable { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
ExpireAt
Expires at.
Declaration
public DateTime? ExpireAt { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Name
Link Name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordRequired
Password required.
Declaration
public bool PasswordRequired { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
RequireEmail
Email Required.
Declaration
public bool RequireEmail { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
Url
Link URL.
Declaration
public string Url { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |