Constants Class |
Namespace: Dundas.BI.Web
The Constants type exposes the following members.
Name | Description | |
---|---|---|
AdhocQueryStringKey |
The key used in query string to specify this dashboard should be an adhoc dashboard.
| |
ClientIdCookieName |
The name of the cookie used to store a unique ID for the client.
| |
CodeLibraryScriptIdPrefix |
The string that should be appended to the start of the ID of any code library script include.
| |
CultureNameQueryStringKey |
The key in the query string that can be used to supply the current name of the culture to use for localized strings.
| |
CurrentDefaultViewUserDataKey |
The name of the key in user data which stores the default view for the user when they log on, if any.
| |
CurrentHomeLayoutUserDataKey |
The name of the key in user data which stores their home screen layout.
| |
CurrentProjectIdUserDataKey |
The name of the key in user data which stores the project ID for the user.
| |
DataDiscoveryPath |
The URL path to the Data Discovery module, relative to the Symphony root URL.
| |
EditQueryStringKey |
The key used to specify edit mode.
| |
IgnoreBuiltInResourcesQueryStringKey |
The key used to specify that the built-in resource overrides should not be outputted when rendering the page.
| |
LogOnTokenIdQueryStringKey |
The key in the query string that is sometimes used to supply the log on token.
| |
ModelErrorTitleKey |
The key used to specify the error title when a model state error occurs for log on.
| |
ParentIdQueryStringKey |
The key used to specify the parent ID (for file upload).
| |
ProjectIdQueryStringKey |
The key in the query string that is sometimes used to supply the current project.
| |
QueryStringDataPrefixKey |
The key that should be prefixed to any query string value which should not be passed through the URL during routing.
Instead, this key will be passed via the headers.
This is mainly used for keys which are known to be very long.
| |
ResourceIdQueryStringKey |
The key used to specify the resource ID (for file upload) when updating an existing resource.
| |
SessionIdCookieName |
The name of the cookie used to store session ID.
| |
SessionIdQueryStringKey |
The key in the query string that is sometimes used to supply the session.
| |
SessionTokenQueryStringKey |
The key in the query string that may be used to supply a session token.
| |
ShortLinkQueryStringKey |
The key used to specify the short link. This is typically auto-mapped by MVC through the link controller,
but we also need to parse it out if there was data keys passed.
| |
TemplateQueryStringKey |
The key used in query string to specify this dashboard should be a template.
| |
TenantIdCookieName |
The name of the cookie used to store the ID of the tenant if the account logged in belongs to one.
| |
TenantIdQueryStringKey |
The key in the query string that can be used to supply the tenant ID of the specified client.
Used with Tenant overrides.
| |
ViewOverridesQueryStringKey |
The key used to specify view overrides in the query string.
| |
ViewParameterQueryStringValuePrefixKey |
The prefix used for any query string value which is targeting a parameter value but isn't using the overrides
serialized value.
| |
ViewPersonalizationShortLinkCategoryId |
The short link category associated with view personalization short links.
| |
WebModuleId |
The module ID for the web application, used for localization and extensibility.
|