Class SubmissionQuery
Filter/paging options for querying submissions (FindData).
public sealed class SubmissionQuery
- Inheritance
-
SubmissionQuery
- Inherited Members
Properties
FormId
Id of the form to query.
public int FormId { get; set; }
Property Value
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
Status
Optional status filter. Null = all.
public string? Status { get; set; }