Guest User

Untitled

a guest
May 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" %>
  2. <script runat="server">
  3. public void Page_Load(object sender, EventArgs args)
  4. {
  5. Sitecore.Web.UI.HtmlControls.Registry.SetString("/Current_User/RecentIcons", string.Empty);
  6. }
  7. </script>
  8. <html>
  9. <body>
  10. <p>Recent icons cleared.</p>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment