FormTypeEntry CreateFormInstanceEmbed Method frevvo Live Forms
Creates a form instance having the current type and returns the embed instance Uri.

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

public Uri CreateFormInstanceEmbed(
	NameValueCollection linkParams,
	params MediaSource[] sources
)

Parameters

linkParams
Type: OnlineSystem.Collections.Specialized NameValueCollection
Optional params to init the form
sources
Type:  MediaSource 
Files to upload during instance creation - may be null

Return Value

Type: OnlineUri
The Uri to the form instance embed javascript
See Also