Class MoveFolderArguments
The arguments for the MoveFolder(MoveFolderArguments, int, CancellationToken) command.
public sealed record MoveFolderArguments
- Inheritance
-
objectMoveFolderArguments
- Extension Methods
Properties
Data
Client properties of the form items to render on client.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>
FolderId
Identifier of a folder that should be moved.
public int FolderId { get; set; }
Property Value
- int