Class SaveSmartFolderArguments
The result of the SaveSmartFolder(SaveSmartFolderArguments, int, CancellationToken) command.
public sealed class SaveSmartFolderArguments
- Inheritance
-
objectSaveSmartFolderArguments
- Extension Methods
Properties
Data
Client properties of the form items to render on client.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>
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>
WorkspaceId
Workspace id of the new smart folder to be created.
public int WorkspaceId { get; set; }
Property Value
- int