Class CreateFolderArguments
The arguments for the CreateFolder(CreateFolderArguments, int, CancellationToken) command.
public sealed class CreateFolderArguments
- Inheritance
-
objectCreateFolderArguments
- Extension Methods
Constructors
CreateFolderArguments()
public CreateFolderArguments()
Properties
Data
Form data describing the new folder to be created.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>