WorkflowPage Methods | 
The WorkflowPage type exposes the following members.
| Name | Description | |
|---|---|---|
| BindFormDataToFields | 
            Bind the form data to the right field properties.
              | |
| ChangeFormArchiveLayout | 
            Changes the layout for the archive form
              | |
| ChangeFormLayout | 
            Makes fields Read-only, required or hidden depending on Workflow parameters
              | |
| CurrentUserAccessToken | 
            Retrieve the current user's access token
              | |
| FillFormData(DataSet) | 
            Fills a dataset with the information of the dataOUT.xml file
              | |
| FillFormData(XmlDocument) | 
            Fills a XmlDocument with the information of the dataOUT.xml file
              | |
| FormatAccordingToFieldDataType | 
            Returns the inputValue in the format specified according to it's datatype and the user culture
              | |
| GetFormArchive | 
            Gets the form archive html in a string
              | |
| InitializeCulture | 
            Method used to initialize the culture with the WorkflowGen currently connected user
              (Overrides PageInitializeCulture.) | |
| IsXmlSignatureValid(String) | 
            Verify if the last action of a signature is valid
              | |
| IsXmlSignatureValid(String, Int32) | 
            Verify if a certain signature is valid
              | |
| OnLoadComplete | 
            This function is called just after the Page_Load, 
            it is used to change the form layout (required, read-only)
              (Overrides PageOnLoadComplete(EventArgs).) | |
| OnPreLoad | 
            All the initialization is done here before the Page_Load of the client is called.
              (Overrides PageOnPreLoad(EventArgs).) | |
| OnPreRenderComplete | 
            OnPreRenderComplete
              (Overrides PageOnPreRenderComplete(EventArgs).) | |
| OnUnload | 
            OnUnload
              (Overrides ControlOnUnload(EventArgs).) | |
| Render | 
            Write the static html form and return to WFG
              (Overrides PageRender(HtmlTextWriter).) | |
| SaveFieldsData | 
            Saves the field values to the form data.
              | |
| SaveFileAttachment(HttpPostedFile) | 
            Save a file attachment to eFormASPX StoragePath, in the "upload" subdirectory.
              | |
| SaveFileAttachment(HttpPostedFile, String) | 
            Save a file attachment to eFormASPX StoragePath, in the "upload" subdirectory.
              | |
| SaveFormData(DataSet) | 
            Saves the form data to the instance path
              | |
| SaveFormData(XmlDocument) | 
            Saves the form data to the instance path
              | |
| SaveFormData(DataSet, Boolean) | 
            Saves the form data to the instance path
              | |
| SubmitToWorkflow | 
            Submits everything to WorkflowGen
              | |
| SubmitToWorkflow(Boolean) | 
            Submits everything to WorkflowGen
            Determines if the form submission is in draft mode (e.g. disable required gridviews).  | |
| SubmitToWorkflow(DataSet) | 
            Saves the form data and submits everything to the workflow
              | |
| SubmitToWorkflow(XmlDocument) | 
            Saves the form data and submits everything to the workflow
              | |
| SubmitToWorkflow(DataSet, Boolean) | 
            Save the fields data in the form data, saves the form data and then submits everything to the workflow
              | |
| WriteErrorMessage(String, String, Boolean) | 
            Write an error message to the HttpResponse
              | |
| WriteErrorMessage(String, String, Exception) | 
            Write an error message to the HttpResponse
              | |
| WriteErrorMessage(String, String, Exception, Boolean) | 
            Write an error message to the HttpResponse
              | |
| XmlSignatureExists(String) | 
            Return true if a signature exists for the Id that was passed.
              | |
| XmlSignatureExists(String, Int32) | 
            Return true if a signature exist for the Id and Index that was passed
              |