Create a form instance.
Namespace: Frevvo.Forms.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- service
- Type: Frevvo.Forms.Client FormsService
The forms service
- atomLink
- Type: AtomLink
The link to the form type
- linkParams (Optional)
- Type:
System.Collections.Specialized NameValueCollection
Optional params to init the form
- docStream (Optional)
- Type:
System.IO Stream
Optional XML doc to init the form
- paramName (Optional)
- Type:
System String
Optional name for XML document param name in post (defaults to 'form')
- contentType (Optional)
- Type:
System String
Optional content type for XML document in post (defaults to text/xml)
- embed (Optional)
- Type:
System Boolean
When true, the embed instance Uri is being requested
- sources
- Type: MediaSource
Optional list of MediaSource objects to be uploaded during instance creation
Return Value
Type:
A Uri to the form instance
See Also