Class CloneSmartFolderArguments
The arguments for the CloneSmartFolder(CloneSmartFolderArguments, int, CancellationToken) command.
public sealed class CloneSmartFolderArguments
- Inheritance
-
objectCloneSmartFolderArguments
- Extension Methods
Properties
Data
Gets or sets the form data describing the folder properties to be inserted during cloning.
public Dictionary<string, JsonElement> Data { get; init; }
Property Value
- Dictionary<string, JsonElement>
FolderId
Gets or sets the identifier of the smart folder to clone.
public int FolderId { get; init; }
Property Value
- int