API/AdHocSettings.md
... ...
@@ -169,6 +169,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
169 169
|String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]| Gets or sets the relative path to the Equals(PopUp) custom pages. |String.Empty|
170 170
|String|[[FiltersRegex|/API/CodeSamples/FiltersRegex]]|Gets or sets the regular expression used for column filtering on the Filters Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. If the name of a column matches this expression then it will not be shown on the "filter field" dropdown in Filters Tab.|MD5|^(Passw)|
171 171
|Boolean|[[ForceNewNameOnSave|/API/CodeSamples/ForceNewNameOnSave]]| Gets or sets whether the user will always be prompted for a new name upon saving reports. This will cause the "save" button to function just like the "save as" button normally would. |False|
172
+|Boolean|[[ForceResourceRequestsUniqueUrls|/API/ForceResourceRequestsUniqueUrls]]| Gets or sets if cached resources should be discarded on a new DLL version.|False|
172 173
|Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of the "Format" dropdown menus on the Fields, Summary, and Chart Tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|190px|
173 174
|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the collection of available formats that will be displayed in the "Format" dropdown menus on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{{0}, {0:#,0},<br>{0:#,0.00}, {0:C2},<br>MoneyDividedByHundred, {0:d},<br>{0:D}, {0:t},<br>{0:T}, {0:f},<br>{0:F}, {0:g},<br>{0:G}, {0:Old},<br>TimePeriod, {0:##.0},<br>{0:##.00}, {0:##.000},<br>{0:0.##%}, PercentOfGroupWithRounding,<br>PercentOfGroup, Gauge,<br>GaugeVariable, GaugeDashboard,<br>GaugeDashboardLinear, LineFeed,<br>Box, HeatMap,<br>HeatMapWithoutLabel, Custom,<br>DivisionByZero}|
174 175
|Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of the "Function" dropdown menus on the Fields, Summary, Chart, and Gauge Tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|182px|