Class DeleteSmartFolderArguments
The arguments for the DeleteSmartFolder(DeleteSmartFolderArguments, CancellationToken) command.
public sealed record DeleteSmartFolderArguments
- Inheritance
-
objectDeleteSmartFolderArguments
- Extension Methods
Properties
Id
Identifier of the smart folder that should be deleted.
public int Id { get; set; }
Property Value
- int