FormTypeEntry CreateFormInstance Method (NameValueCollection, Stream, String, String)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,
	Stream docStream,
	string paramName,
	string contentType
)

Parameters

linkParams
Type: OnlineSystem.Collections.Specialized NameValueCollection
Optional params to init the form
docStream
Type: OnlineSystem.IO Stream
Optional XML doc to init the form
paramName
Type: OnlineSystem String
Optional name for XML document param name in post (defaults to 'form')
contentType
Type: OnlineSystem String
Optional content type for XML document in post (defaults to text/xml)

Return Value

Type: OnlineUri
The Uri to the form instance
See Also