Class RenameFolderArguments
The arguments for the RenameFolder(RenameFolderArguments, int, CancellationToken) command.
public sealed class RenameFolderArguments
- Inheritance
-
objectRenameFolderArguments
- Extension Methods
Properties
Data
Form data describing the new folder name.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>
FolderId
Id of the folder which is being renamed.
public int FolderId { get; set; }
Property Value
- int