Class UpdateSmartFolderPropertiesArguments
The arguments for the UpdateSmartFolderProperties(UpdateSmartFolderPropertiesArguments, CancellationToken) command.
public sealed class UpdateSmartFolderPropertiesArguments
- Inheritance
-
objectUpdateSmartFolderPropertiesArguments
- Extension Methods
Properties
Data
Form data describing the folder properties to be updated.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>
Id
Id of the smart folder to update.
public int Id { get; set; }
Property Value
- int