API/AdHocSettings.md
... ...
@@ -57,7 +57,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
57 57
| CultureInfo|Culture|Gets or sets the default culture setting for AdHoc. <br> *Note: Use this only in special cases. Normally, you should use the Language setting for localization. To learn more, see the links below:* <br>[[Language]] <br>[[Izenda Language Pack]]|
58 58
| bool|CurrentUserIsAdmin|Gets or sets whether the current user is an Admin user. Admins may see and overwrite all reports for that tenant.|
59 59
| bool|CurrentUserIsGlobalAdministrator|Defines if the current user has global administrator rights.|
60
-| string|CurrentUserName|Gets or sets the name of the current user. This is required for multi-user security.|
60
+| string|[[CurrentUserName|/API/CodeSamples/CurrentUserName]]|Gets or sets the name of the current user. This is required for multi-user security.|
61 61
| string[]|CurrentUserRoles|Defines groups set for the current user.|
62 62
| string|CurrentUserTenantId|This identifies what tenant the current user is associated with in a multi-tenant system.|
63 63
| CustomizeChartDelegate|CustomizeChartDelegate|Represents a method that runs before chart reports get run.|