Show / Hide Table of Contents

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 Source

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

Properties

| Improve this Doc View Source

Path

The path of the file to preview.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rev

Please specify revision in Path instead.

Declaration
public string Rev { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PreviewArg(String, String)
  • Properties
    • Path
    • Rev
Back to top Generated by DocFX