Class GetTemporaryUploadLinkArg
The get temporary upload link arg object
Inheritance
System.Object
GetTemporaryUploadLinkArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryUploadLinkArg
Constructors
| Improve this Doc 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). |
System.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
| Improve this Doc 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 |
---|---|
System.Double |