FormEntryBuilder CreateFormEntry Method (FormsService)frevvo Live Forms
Create a new form instance and returns the corresponding FormEntry using an alternate service

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

public FormEntry CreateFormEntry(
	FormsService service
)

Parameters

service
Type: Frevvo.Forms.Client FormsService

[Missing <param name="service"/> documentation for "M:Frevvo.Forms.Client.FormEntryBuilder.CreateFormEntry(Frevvo.Forms.Client.FormsService)"]

Return Value

Type: FormEntry
a FormEntry for the new instance
Remarks

Method added in Release 6.0
See Also