Class ModifySharedLinkSettingsArgs
The modify shared link settings args object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ModifySharedLinkSettingsArgs
Constructors
View SourceModifySharedLinkSettingsArgs(string, SharedLinkSettings, bool)
Initializes a new instance of the ModifySharedLinkSettingsArgs class.
Declaration
public ModifySharedLinkSettingsArgs(string url, SharedLinkSettings settings, bool removeExpiration = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | URL of the shared link to change its settings. |
| SharedLinkSettings | settings | Set of settings for the shared link. |
| bool | removeExpiration | If set to true, removes the expiration of the shared link. |
Properties
View SourceRemoveExpiration
If set to true, removes the expiration of the shared link.
Declaration
public bool RemoveExpiration { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
Settings
Set of settings for the shared link.
Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkSettings |
Url
URL of the shared link to change its settings.
Declaration
public string Url { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |