Class UpdateFolderPropertiesArguments
The arguments for the UpdateFolderProperties(UpdateFolderPropertiesArguments, int, CancellationToken) command.
public sealed class UpdateFolderPropertiesArguments
- Inheritance
-
objectUpdateFolderPropertiesArguments
- 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>
FolderId
Id of the folder to update.
public int FolderId { get; set; }
Property Value
- int