Skip to content

SourceParameters

Rick van Dam edited this page Oct 28, 2019 · 5 revisions

The source field of a field can be used to configure how that field should behave. Multiple parameters can be passed by separating them with &. For example:

id=someidhere&pfilter=somebucketfilterhere

You might notice that this looks very much like a query string and you are right. In fact the HttpUtility.ParseQueryString method is used for parsing this string

Clone this wiki locally