Class CreateFolderArg
The create folder arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class CreateFolderArg
Constructors
View SourceCreateFolderArg(string, bool)
Initializes a new instance of the CreateFolderArg class.
Declaration
public CreateFolderArg(string path, bool autorename = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path in the user's Dropbox to create. |
| bool | autorename | If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. |
Properties
View SourceAutorename
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 |
|---|---|
| bool |
Path
Path in the user's Dropbox to create.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |