Class GetTemporaryLinkArg
The get temporary link arg object
Inheritance
System.Object
GetTemporaryLinkArg
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 GetTemporaryLinkArg
Constructors
| Improve this Doc View SourceGetTemporaryLinkArg(String)
Initializes a new instance of the GetTemporaryLinkArg class.
Declaration
public GetTemporaryLinkArg(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path to the file you want a temporary link to. |
Properties
| Improve this Doc View SourcePath
The path to the file you want a temporary link to.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |