Class CreateSmartFolderArguments
The arguments for the CreateSmartFolder(CreateSmartFolderArguments, int, CancellationToken) command.
public sealed class CreateSmartFolderArguments
- Inheritance
-
objectCreateSmartFolderArguments
- Extension Methods
Properties
FilterValues
Form data describing the new smart folder filter values to be created.
public Dictionary<string, JsonElement> FilterValues { get; set; }
Property Value
- Dictionary<string, JsonElement>
SettingsValues
Form data describing the new smart folder settings to be created.
public Dictionary<string, JsonElement> SettingsValues { get; set; }
Property Value
- Dictionary<string, JsonElement>
WorkspaceId
Workspace id of the new smart folder to be created.
public int WorkspaceId { get; set; }
Property Value
- int