Class CreateFolder
Provides all the properties needed to create a new folder using the hudu endpoint api/v1/folders
Implements
Namespace: HuduAPI.Endpoints.Parameters
Assembly: HuduAPI.dll
Syntax
public class CreateFolder : Folder, IParameters
Constructors
CreateFolder(String)
Initializes a new instance of the CreateFolder class with all requried properties.
Declaration
public CreateFolder(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the folder. |
Properties
PayloadType
Declaration
public string PayloadType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |