Class PreviewArg
The preview arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PreviewArg
Constructors
View SourcePreviewArg(string, string)
Initializes a new instance of the PreviewArg class.
Declaration
public PreviewArg(string path, string rev = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the file to preview. |
| string | rev | Field is deprecated. Please specify revision in |
Properties
View SourcePath
The path of the file to preview.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Rev
Field is deprecated. Please specify revision in Path instead.
Declaration
public string Rev { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |