Dropbox .NET SDK
Show / Hide Table of Contents

Class PreviewArg

The preview arg object

Inheritance
object
PreviewArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PreviewArg

Constructors

View Source

PreviewArg(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 path instead.

Properties

View Source

Path

The path of the file to preview.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
string
View Source

Rev

Field is deprecated. Please specify revision in Path instead.

Declaration
public string Rev { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK