The BaseSubmissionEntry E type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | DocumentLinks |
{get;} the list of document links which contain xml documents, snapshots (PDF, PNG, etc), attachments and such.
|
![]() | FormTypeEmbedLink |
{get;} the embed link to the form Javascript
|
![]() | FormTypeLink |
{get;} the link to the form XHTML
|
![]() | FormTypePopupLink |
{get;} the popup link to the form XHTML - resolves to a full page containing the FormType embedded in it.
|
![]() | Key1 |
{get;} the value of the 1st control designated as a key field.
|
![]() | Key2 |
{get;} the value of the 2nd control designated as a key field.
|
![]() | Key3 |
{get;} the value of the 3rd control designated as a key field.
|
![]() | Key4 |
{get;} the value of the 4th control designated as a key field.
|
![]() | Key5 |
{get;} the value of the 5th control designated as a key field.
|
![]() | Kind |
{get;} the kind of submission: either FLOW or FORM.
|
![]() | State |
{get;} the state for this submission: either SAVED, PENDING or SUBMITTED.
|
See Also