Class DashboardQuery
Filter options for an in-host dashboard overview.
public sealed class DashboardQuery
- Inheritance
-
DashboardQuery
- Inherited Members
Properties
Days
Recent-submission window in days.
public int Days { get; set; }
Property Value
MaxForms
Maximum number of forms to include.
public int MaxForms { get; set; }
Property Value
Search
Optional form title/description search term.
public string? Search { get; set; }
Property Value
Status
Optional form status filter.
public string? Status { get; set; }