Class CreateSharedLinkWithSettingsArg
The create shared link with settings arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class CreateSharedLinkWithSettingsArg
Constructors
View SourceCreateSharedLinkWithSettingsArg(string, SharedLinkSettings)
Initializes a new instance of the CreateSharedLinkWithSettingsArg class.
Declaration
public CreateSharedLinkWithSettingsArg(string path, SharedLinkSettings settings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to be shared by the shared link. |
| SharedLinkSettings | settings | The requested settings for the newly created shared link. |
Properties
View SourcePath
The path to be shared by the shared link.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Settings
The requested settings for the newly created shared link.
Declaration
public SharedLinkSettings Settings { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkSettings |