File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/CMSModules/Blogs/MyBlogs/MyBlogs_Comments_List.aspx.cs
using System;
using CMS.Core;
using CMS.UIControls;
using CMS.DataEngine;
[UIElement(ModuleName.BLOGS, "MyBlogsComments")]
public partial class CMSModules_Blogs_MyBlogs_MyBlogs_Comments_List : CMSContentManagementPage
{
protected void Page_Load(object sender, EventArgs e)
{
// No cms.blog doc. type
if (DataClassInfoProvider.GetDataClassInfo("cms.blog") == null)
{
RedirectToInformation(GetString("blog.noblogdoctype"));
}
}
}