25d5739ec3f9d2b83a4672c1b20a57d717bb29e7
API/CodeSamples/CurrentUserIsGlobalAdministrator.md
| ... | ... | @@ -8,6 +8,8 @@ Defines if current user has global administrator rights. |
| 8 | 8 | |
| 9 | 9 | **Default Value:** False |
| 10 | 10 | |
| 11 | +**Deprecated:** This setting is obsolete. Please use [[CurrentUserIsAdmin|/API/CodeSamples/CurrentUserIsAdmin]] instead. |
|
| 12 | + |
|
| 11 | 13 | ##Global.asax (C♯) |
| 12 | 14 | |
| 13 | 15 | ```csharp |