FormTypeEntry CreateFormInstance Method (NameValueCollection)frevvo Live Forms
Creates a form instance having the current type.

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

public Uri CreateFormInstance(
	NameValueCollection linkParams
)

Return Value

Type: OnlineUri
The Uri to the form instance
Examples

NameValueCollection nvc = new NameValueCollection(); nvc.Add("_data", "{A:Test}"); Uri formUri = ft.CreateFormInstance(nvc);
See Also