Table of Contents

Class DashboardQuery

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

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

int

MaxForms

Maximum number of forms to include.

public int MaxForms { get; set; }

Property Value

int

Optional form title/description search term.

public string? Search { get; set; }

Property Value

string

Status

Optional form status filter.

public string? Status { get; set; }

Property Value

string