fbc2085114d268de93d84abeb40f9d6b3b958a8c
API/AdHocSettings.md
| ... | ... | @@ -78,7 +78,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 78 | 78 | |String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]|Gets or sets the URL of the dashboard viewer page.|ReportViewer.aspx| |
| 79 | 79 | |String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?| |
| 80 | 80 | |String|[[DatabaseDiagramImageUrl|/API/CodeSamples/DatabaseDiagramImageUrl]]|Gets or sets the URL of image with database diagram.|String.Empty| |
| 81 | -|Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]||0| |
|
| 81 | +|Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]|Sets the number of seconds between cache refreshes.|0| |
|
| 82 | 82 | |NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.|null| |
| 83 | 83 | |NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|null| |
| 84 | 84 | |TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server and redicecting to About page.|00:00:15| |