Class PreviewArg
The preview arg object
Inheritance
System.Object
PreviewArg
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 PreviewArg
Constructors
| Improve this Doc View SourcePreviewArg(String, String)
Initializes a new instance of the PreviewArg class.
Declaration
public PreviewArg(string path, string rev = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path of the file to preview. |
System.String | rev | Please specify revision in |
Properties
| Improve this Doc View SourcePath
The path of the file to preview.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Rev
Please specify revision in Path instead.
Declaration
public string Rev { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |