Class GetTemporaryUploadLinkArg
The get temporary upload link arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryUploadLinkArg
Constructors
View SourceGetTemporaryUploadLinkArg(CommitInfo, double)
Initializes a new instance of the GetTemporaryUploadLinkArg class.
Declaration
public GetTemporaryUploadLinkArg(CommitInfo commitInfo, double duration = 14400)
Parameters
| Type | Name | Description |
|---|---|---|
| CommitInfo | commitInfo | Contains the path and other optional modifiers for the future upload commit. Equivalent to the parameters provided to UploadAsync(UploadArg, Stream). |
| double | duration | How long before this link expires, in seconds. Attempting to start an upload with this link longer than this period of time after link creation will result in an error. |
Properties
View SourceCommitInfo
Contains the path and other optional modifiers for the future upload commit. Equivalent to the parameters provided to UploadAsync(UploadArg, Stream).
Declaration
public CommitInfo CommitInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| CommitInfo |
Duration
How long before this link expires, in seconds. Attempting to start an upload with this link longer than this period of time after link creation will result in an error.
Declaration
public double Duration { get; protected set; }
Property Value
| Type | Description |
|---|---|
| double |