HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSModules/MyDesk/MyProfile/MyProfile_MyDetails.aspx.cs
using System;

using CMS.UIControls;

[UIElement("CMS", "MyProfile.Details")]
public partial class CMSModules_MyDesk_MyProfile_MyProfile_MyDetails : CMSContentManagementPage
{
    protected void Page_Init(object sender, EventArgs e)
    {
        // Set non live site mode here
        ucMyDetails.IsLiveSite = false;
    }


    protected void Page_Load(object sender, EventArgs e)
    {
        Title = GetString("MyAccount.MyDetails");
    }
}