BasePageStandard FieldsA Sandcastle Documented Class Library
The BasePageStandard type exposes the following members.
Fields

  NameDescription
Protected fieldfileName
The current page as a file name.
Protected fieldfileNameShort
The current page as a file name with no extension.
Protected fieldforceNoColumnTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
Protected fieldforceNoDataTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
Protected fieldforceNoReportTest
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
Protected fieldignoreInjection
Ignore the injection checks while true.
Protected fieldignoreTimeout
If set to true ignores timeout processing and redirection.
Private fieldIS_POSTBACK
Protected fieldisLoggedIn
Is set to true if the user is currently logged in.
Protected fieldkey
A secret key needed to talk to the web service client.
Protected fieldmaxBulkExpRows
The maximum number of rows supported in a bulk export operation/
Protected fieldmaxExpRows
Sets the maximum number of rows donwloads will be supported on.
Protected fieldmaxJsonCols
The maximum number of JSON columns supported in converting a DataTable to JSON format.
Protected fieldmaxJsonRows
The maximum number of JSON rows supported in converting a DataTable to JSON format.
Protected fieldmaxRowReturn
Sets the maximum row return for the data grid view.
Protected fieldmaxToolRows
The maximum number of rows allowed in complex tools.
Private fieldMSG
Protected fieldpageFeaturePerms
List of features permissions granted by page.
Protected fieldrootDir
THe current parent directory of the page.
Protected fieldrUrl
The current URL of this page.
Protected fieldrUrlLower
The current URL of this page in lowercase form.
Private fieldSession
Static self reference to the current Session. New keyword lets the system know we are intentionally overriding the Session.
Protected fieldsessionPrefix
Stores the local page's session prefix, used for advanced session management.
Protected fieldsvc
A P4S3 Web Service client.
Protected fieldtempDir
The local temp directory for this web application.
Protected fielduserId
The active userId.
Protected fielduserRoleId
The current user's role id.
Back to Top
See Also