FormTypeEntry CreateFormEntry Method frevvo Live Forms
Overload List

  NameDescription
Public methodCreateFormEntry 
Creates a form instance having the current type.
Public methodCreateFormEntry(NameValueCollection)
Creates a form instance having the current type. See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
Public methodCreateFormEntry(Stream)
Creates a form instance having the current type.
Public methodCreateFormEntry(NameValueCollection,  MediaSource )
Creates a form instance having the current type. See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
Public methodCreateFormEntry(NameValueCollection, Stream)
Creates a form instance having the current type.
Public methodCreateFormEntry(FormsService, NameValueCollection,  MediaSource )
Create a new use mode instance using an alternate form service. Useful to instantiate the user mode form for another user.
Back to Top
See Also