API/CodeSamples/CurrentUserRoles.md
... ...
@@ -1,4 +1,4 @@
1
-#CurrentUserName
1
+#CurrentUserRoles
2 2
3 3
[[_TOC_]]
4 4
... ...
@@ -6,7 +6,7 @@
6 6
7 7
Gets or sets the roles of the current user. This is used to customize security based on roles already established client-side. It can be used in addition to a User ID and Tenant ID.
8 8
9
-In the following example, the user's role(s) are pulled from session. If the role of Power User is within their set of roles, they will be see the modify button but will not be allowed to delete reports.
9
+In the following example, the user's role(s) are pulled from session. If the role of Power User is within their set of roles, they will be able to see the modify button but will not be allowed to delete reports.
10 10
11 11
##Global.asax (C♯)
12 12