Possible keys for the settings in `askiaportal` namespace.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Public Enumeration SettingsKey
public enum class SettingsKey
Members
| Member name | Value | Description |
---|
| DefaultModuleGuid | 0 |
Default Module GUID of the User profile or User.
|
| AllowConcurrentSessions | 1 |
Allow concurrent sessions in the application.
|
| AllowedIpAddresses | 2 |
List of IP addresses allowed in the application.
|
| AllowedUrlReferrers | 3 |
List of URL referrers allowed in the application.
|
| IsOptedIntoAnalytics | 4 |
Boolean showing if user wants to opt into tracking. If true, some information about the user and his actions
on the site will be sent to the web analytics tool website.
|
| ShareByDefault | 5 |
Indicates if there is a default sharing
|
See Also