FormEntryBuilder Membersfrevvo Live Forms

The FormEntryBuilder type exposes the following members.
Constructors

  NameDescription
Public methodFormEntryBuilder
Constructor
Back to Top
Methods

  NameDescription
Public methodAttachment(String, String, String)
Add an Attachment to this builder from a given filename
Public methodAttachment(String, Stream, String, String)
Add an attachment to this builder from a given stream
Public methodCreateFormEntry 
Create a new form instance and returns the corresponding FormEntry
Public methodCreateFormEntry(FormsService)
Create a new form instance and returns the corresponding FormEntry using an alternate service
Public methodCreateFormInstance
Create a new form instance and returns the corresponding Uri
Public methodData
add a _data parameter to this builder
Public methodDigitalSignature(Stream, String)Obsolete.
Add an xml signature to this builder from a given stream
Public methodDigitalSignature(String, String)
Add an xml signature to this builder from a given filename
Public methodDigitalSignature(Stream, String, String)
Add an xml signature to this builder from a given stream
Public methodDocument(String, Stream, String)Obsolete.
Add a Document to this builder from a given stream
Public methodDocument(String, String, String)
Add a Document to this builder from a given filename
Public methodDocument(String, Stream, String, String)
Add a Document to this builder from a given stream
Public methodFormActionDocs
sets the _formActionDocs parameter
Public methodParameter
add a link parameter to this builder
Public methodWetSignature(String, Stream, String)Obsolete.
Add a wet signature image to this builder from a given stream
Public methodWetSignature(String, String, String)
Add a wet signature image to this builder from a given filename
Public methodWetSignature(String, Stream, String, String)
Add a wet signature image to this builder from a given stream
Back to Top
Fields

  NameDescription
Public fieldStatic memberSOURCE_ATTACHMENT
static string that specifies the attachment content name
Public fieldStatic memberSOURCE_SIGNATURE
static string that specifies the digital signature content name
Public fieldStatic memberSOURCE_WETSIGNATURE
static string that specifies the wet signature content name
Back to Top
See Also