BaseSubmissionQuery CalculateQuery Method frevvo Live Forms
Calculates a query string based on the filter and order by settings.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

protected override string CalculateQuery(
	string basePath
)

Return Value

Type: OnlineString
the query part of the URI with filter and order-by settings, as a string
See Also