Guides/izenda-setting-scope.md
... ...
@@ -0,0 +1,16 @@
1
+#Izenda settings and settings scope
2
+
3
+Here is a list of settings that are not affected by the [[DefaultScope|/API/CodeSamples/DefaultScope]] setting that normally controls how long settings will be kept in memory.
4
+
5
+* [[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
6
+* [[LicenseKey|/API/CodeSamples/LicenseKey]]
7
+* [[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]] (persists until the website's app pool is restarted)
8
+* [[HiddenFilters|/API/CodeSamples/HiddenFilters]] (Can use either static storage or session storage)
9
+* [[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
10
+* [[OracleConnectionString|/API/CodeSamples/OracleConnectionString]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
11
+* [[MySqlConnectionString|/API/CodesSamples/MySqlConnectionString]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
12
+* [[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
13
+* [[Db2ConnectionString|/API/CodeSamples/Db2ConnectionString]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
14
+* [[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]] (deprecated) (persists until the website's app pool is restarted)
15
+* [[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]] (follows the paradigm of the [[Driver|/Guides/Izenda-AdHoc-Driver]])
16
+* [[CheckForUpdates|/API/CodeSamples/CheckForUpdates]] (deprecated) (persists until the website's app pool is restarted)
... ...
\ No newline at end of file