Creates a form instance having the current type.
Namespace: Frevvo.Forms.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- linkParams
- Type:
System.Collections.Specialized NameValueCollection
Optional params to init the form
- docStream
- Type:
System.IO Stream
Optional XML doc to init the form
- paramName
- Type:
System String
Optional name for XML document param name in post (defaults to 'form')
- contentType
- Type:
System String
Optional content type for XML document in post (defaults to text/xml)
Return Value
Type:
The Uri to the form instance
See Also