Class FormQuery
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
PageSize
Number of items per page.
public int PageSize { get; set; }
Property Value
Search
Optional title/description search term.
public string? Search { get; set; }
Property Value
Status
Optional status filter ("published"/"draft"). Null = all.
public string? Status { get; set; }