API/AdHocSettings.md
... ...
@@ -5,10 +5,10 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
5 5
|Datatype|Setting name|Setting description|Default Value|
6 6
|:-------|:----------:|:-----------------:|:-----------:|
7 7
|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets the regular expression used for "Add All" filtering. If name of a column matches this expression then it will not be added on "Add All" click.|(id|guid)$|
8
-|Dictionary`2|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|System.Collections.Generic.Dictionary`2[System.String,System.Double]|
8
+|Dictionary[String,Double]|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|Empty List|
9 9
|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|Izenda.AdHoc.FileSystemAdHocConfig|
10 10
|String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty|
11
-|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection|
11
+|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Empty List|
12 12
|Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid|True|
13 13
|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets the value indicating whether it is allowed to create the database table that contains archived reports if there is no such table in the database.|True|
14 14
|Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]||True|