Class SharedLinkSettingsAllowDownloadEnabledDetails
Enabled downloads.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsAllowDownloadEnabledDetails
Constructors
View SourceSharedLinkSettingsAllowDownloadEnabledDetails(AccessLevel, string)
Initializes a new instance of the SharedLinkSettingsAllowDownloadEnabledDetails class.
Declaration
public SharedLinkSettingsAllowDownloadEnabledDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AccessLevel | sharedContentAccessLevel | Shared content access level. |
| string | sharedContentLink | Shared content link. |
Properties
View SourceSharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccessLevel |
SharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |