Class UpdateSmartFolderArguments
The result of the UpdateSmartFolder(UpdateSmartFolderArguments, CancellationToken) command.
public sealed class UpdateSmartFolderArguments
- Inheritance
-
objectUpdateSmartFolderArguments
- Extension Methods
Properties
FilterValues
Form data describing the new smart folder filter values to be added to current folder filter values.
public Dictionary<string, JsonElement> FilterValues { get; set; }
Property Value
- Dictionary<string, JsonElement>
FolderId
Id of the folder which is being renamed.
public int FolderId { get; set; }
Property Value
- int