UserQuery Constructor (String, String)frevvo Live Forms
Constructs an instance having the specified attributes.

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

public UserQuery(
	string baseUri,
	string queryUri
)

Parameters

baseUri
Type: OnlineSystem String
The base URI for this user query instance
queryUri
Type: OnlineSystem String
The query URI for this user query instance, may be null
See Also