Overload List
Name | Description | |
---|---|---|
![]() | CreateFormEntry |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(NameValueCollection) |
Creates a form instance having the current type.
See http://docs.frevvo.com/d/display/frevvo/Initializing+Forms+with+Data for more information.
|
![]() | CreateFormEntry(Stream) |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(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.
|
![]() | CreateFormEntry(NameValueCollection, Stream) |
Creates a form instance having the current type.
|
![]() | CreateFormEntry(FormsService, NameValueCollection, MediaSource ) |
Create a new use mode instance using an alternate form service.
Useful to instantiate the user mode form for another user.
|
See Also