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 SourceCreateFolderArg(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 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 |
---|---|
System.Boolean |
Path
Path in the user's Dropbox to create.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |