Show / Hide Table of Contents

Class CreateFolderArg

The create folder arg object

Inheritance
System.Object
CreateFolderArg
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 CreateFolderArg

Constructors

| Improve this Doc View Source

CreateFolderArg(String, Boolean)

Initializes a new instance of the CreateFolderArg class.

Declaration
public CreateFolderArg(string path, bool autorename = false)
Parameters
Type Name Description
System.String path

Path in the user's Dropbox to create.

System.Boolean autorename

If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.

Properties

| Improve this Doc View Source

Autorename

If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.

Declaration
public bool Autorename { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Path

Path in the user's Dropbox to create.

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