Table of Contents

Class SubmissionQuery

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

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

int

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

Status

Optional status filter. Null = all.

public string? Status { get; set; }

Property Value

string