WorkflowPage Properties |
The WorkflowPage type exposes the following members.
Name | Description | |
---|---|---|
BindCaptionsToFormData |
Determine if the field captions are saved to the Form Data dataset
| |
CaptionsCssClasses |
List of controls Css class names to be excluded in the form data (separated by a coma (,))
| |
ColorizeRequiredColumnsInGridViewHeader |
Are the GridView headers colorized depending on the fields requirements ? (Simple mode only)
| |
CurrentSignatureId |
The current signature id that will be used to sign the data
| |
CurrentTimeZone |
The current user time zone
| |
CurrentTimeZoneInfo |
The current user time zone info in XML
| |
CurrentWorkflowActionName |
The current action name
| |
FieldsColorization |
The fields colorization type
| |
FieldsHelper |
The Fields helper used for the required, read-only, hidden fields.
| |
FormArchive |
The Form Archive
| |
FormArchiveCssPath |
File name of the css file for archive content
| |
FormArchiveFileName |
File name of the archived form
| |
FormData |
The simple mode dataset
| |
HandleSubmitButton |
Determines if we automatically add the Submit Button event handler
(only in Simple Mode)
| |
HtmlEncodeText |
Determines if we encode html in label's Text property
| |
InvalidCurrencyErrorMessage |
The invalid currency error message
| |
InvalidCurrencyGridViewsErrorMessage |
The invalid currency for grid views error message
| |
InvalidDateErrorMessage |
The invalid date error message for the number formats.
| |
InvalidDateGridViewErrorMessage |
The invalid date error message for the grid views number formats.
| |
InvalidNumberErrorMessage |
The invalid number error message
| |
InvalidNumberGridViewErrorMessage |
The invalid number error message for the grid views number formats.
| |
InvalidTimeErrorMessage |
The invalid time error message for the time formats.
| |
IsOidcAuthSessionRefreshEnabled |
Determines if we enable the OIDC auth session refresh management (enabled by default)
| |
IsSessionLess |
Determines if the workflowPage is using the Session or not for storing internal settings.
Performances are better if WorkflowPage uses Session.
| |
IsSimpleMode |
Determines if the workflowPage is being used in Simple or advanced mode.
| |
IsStandAloneMode | Obsolete.
Was the web form instantiated by WorkflowGen or directly ?
| |
IsXmlSigningEnabled |
Is the automatic XML signing enabled ?
| |
LangId |
The current language of the workflowGen user
| |
ParamsXPath |
The xpath expression used to retrieve the action parameters
| |
ReadOnlyFieldsBorderColor |
The read-only controls border color
| |
RemoveValidatorsInFormArchive |
Determines if all the validators will be hidden automatically in the Form Archive
| |
RemoveViewStateInFormArchive |
Determines if the View State will be hidden automatically in the Form Archive
| |
RemoveWebResourcesInFormArchive |
Determines if all the WebResource.axd will be hidden automatically in the Form Archive
| |
RequiredColumnsInGridViewsErrorMessage |
The required error message for required columns in GridViews
| |
RequiredFieldsBorderColor |
The required controls border color
| |
RequiredFieldsErrorMessage |
The required error message for required fields
| |
RequiredGridViewsErrorMessage |
The required error message for required GridViews
| |
SaveFormDataWithSchema |
Determines if the workflowPage is saving the FormData with its schema
| |
StoragePath |
The eFormASPX storage path
| |
UseClientSideOptimization |
Determines if the workflowPage is using client side javascript optimizations or not
| |
ValidateRequiredFields |
Determines if required fields will be validated when submitting the form
| |
XmlSignatures |
A collection of XmlElement which are the signatures of the previous actions.
The first key is the signature Id and the second key is the index of the action.
|