The FormEntryBuilder type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Attachment(String, String, String) |
Add an Attachment to this builder from a given filename
|
![]() | Attachment(String, Stream, String, String) |
Add an attachment to this builder from a given stream
|
![]() | CreateFormEntry |
Create a new form instance and returns the corresponding FormEntry
|
![]() | CreateFormEntry(FormsService) |
Create a new form instance and returns the corresponding FormEntry using an alternate service
|
![]() | CreateFormInstance |
Create a new form instance and returns the corresponding Uri
|
![]() | Data |
add a _data parameter to this builder
|
![]() | DigitalSignature(Stream, String) | Obsolete.
Add an xml signature to this builder from a given stream
|
![]() | DigitalSignature(String, String) |
Add an xml signature to this builder from a given filename
|
![]() | DigitalSignature(Stream, String, String) |
Add an xml signature to this builder from a given stream
|
![]() | Document(String, Stream, String) | Obsolete.
Add a Document to this builder from a given stream
|
![]() | Document(String, String, String) |
Add a Document to this builder from a given filename
|
![]() | Document(String, Stream, String, String) |
Add a Document to this builder from a given stream
|
![]() | FormActionDocs |
sets the _formActionDocs parameter
|
![]() | Parameter |
add a link parameter to this builder
|
![]() | WetSignature(String, Stream, String) | Obsolete.
Add a wet signature image to this builder from a given stream
|
![]() | WetSignature(String, String, String) |
Add a wet signature image to this builder from a given filename
|
![]() | WetSignature(String, Stream, String, String) |
Add a wet signature image to this builder from a given stream
|
See Also