FormEntry Methodsfrevvo Live Forms
The FormEntry type exposes the following members.
Methods

  NameDescription
Public methodCancel
Cancel the current form instance.
Public methodFindControlEntry
Gets the specified control entry.
Public methodGetEntryUri 
Gets a Uri for the current instance.
(Overrides BaseEntry E  GetEntryUri .)
Public methodStatic memberGetEntryUri(String)
Gets a path for the current instance, relative to the frevvo base uri.
Public methodGetFormEditLink 
Returns a form edit link, having the text/html link type.
Public methodGetFormEditLink(String)
Returns a form edit link, having the specified link type.
Public methodGetFormUseLink 
Returns a form use link, having the text/html link type.
Public methodGetFormUseLink(String)
Returns a form use link, having the specified link type.
Public methodGetSnapshotLink
Gets a snapshot link for the specified content type.
Public methodParse
Called by gdata framework when parsing a response and encountering an unknown extension element.
(Overrides AtomEntryParse(ExtensionElementEventArgs, AtomFeedParser).)
Public methodPrintFormInstance
Print a reconstituted form instance (as PDF) to the given output stream.
Public methodSave
Save the current instance.
Public methodSubmit 
Submit the current form instance.
Public methodSubmit(String)
Submit the current form instance.
Public methodSubmitEdit 
Submit the current form edits.
Public methodSubmitEdit(Boolean)
Submit the current form edits.
Public methodSubmitInstance 
Submit the current form instance.
Public methodSubmitInstance(String)
Submit the current form instance.
Public methodUpdate
Commits the current instance to the server.
(Overrides AtomEntryUpdate .)
Back to Top
See Also