The BasePageStandard type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
![]() | fileName |
The current page as a file name.
|
![]() | fileNameShort |
The current page as a file name with no extension.
|
![]() | forceNoColumnTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
|
![]() | forceNoDataTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
|
![]() | forceNoReportTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
|
![]() | ignoreInjection |
Ignore the injection checks while true.
|
![]() | ignoreTimeout |
If set to true ignores timeout processing and redirection.
|
![]() | IS_POSTBACK | |
![]() | isLoggedIn |
Is set to true if the user is currently logged in.
|
![]() | key |
A secret key needed to talk to the web service client.
|
![]() | maxBulkExpRows |
The maximum number of rows supported in a bulk export operation/
|
![]() | maxExpRows |
Sets the maximum number of rows donwloads will be supported on.
|
![]() | maxJsonCols |
The maximum number of JSON columns supported in converting a DataTable to JSON format.
|
![]() | maxJsonRows |
The maximum number of JSON rows supported in converting a DataTable to JSON format.
|
![]() | maxRowReturn |
Sets the maximum row return for the data grid view.
|
![]() | maxToolRows |
The maximum number of rows allowed in complex tools.
|
![]() | MSG | |
![]() | pageFeaturePerms |
List of features permissions granted by page.
|
![]() | rootDir |
THe current parent directory of the page.
|
![]() | rUrl |
The current URL of this page.
|
![]() | rUrlLower |
The current URL of this page in lowercase form.
|
![]() | Session |
Static self reference to the current Session.
New keyword lets the system know we are intentionally overriding the Session.
|
![]() | sessionPrefix |
Stores the local page's session prefix, used for advanced session management.
|
![]() | svc |
A P4S3 Web Service client.
|
![]() | tempDir |
The local temp directory for this web application.
|
![]() | userId |
The active userId.
|
![]() | userRoleId |
The current user's role id.
|
See Also