File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/CMSModules/Blogs/Tools/Blogs_Comments_List.aspx.cs
using System;
using System.Data;
using System.Collections;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using CMS.Base;
using CMS.UIControls;
using CMS.DataEngine;
[UIElement("CMS.Blog", "Comments")]
public partial class CMSModules_Blogs_Tools_Blogs_Comments_List : CMSBlogsPage
{
protected void Page_Load(object sender, EventArgs e)
{
// No cms.blog doc. type
if (DataClassInfoProvider.GetDataClassInfo("cms.blog") == null)
{
RedirectToInformation(GetString("blog.noblogdoctype"));
}
}
}