Table of Contents

Class FormQuery

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

Filter/paging options for listing forms.

public sealed class FormQuery
Inheritance
FormQuery
Inherited Members

Properties

Page

Page number (1-based).

public int Page { get; set; }

Property Value

int

PageSize

Number of items per page.

public int PageSize { get; set; }

Property Value

int

Optional title/description search term.

public string? Search { get; set; }

Property Value

string

Status

Optional status filter ("published"/"draft"). Null = all.

public string? Status { get; set; }

Property Value

string