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/BannerManagement/Tools/Banner/Banner_New.aspx.cs
using CMS.UIControls;
using CMS.BannerManagement;
using CMS.PortalEngine;

[Breadcrumbs()]
[Breadcrumb(0, "general.banners", TargetUrl = "~/CMSModules/BannerManagement/Tools/Category/Category_Edit_Banners.aspx?siteid={?siteid?}&parentobjectid={?parentobjectid?}")]
[Breadcrumb(1, "banner.bannercategory_edit_banner.newbanner")]

[Help("banner_new")]

// Parent object
[ParentObject(BannerCategoryInfo.OBJECT_TYPE, "parentobjectid")]
public partial class CMSModules_BannerManagement_Tools_Banner_Banner_New : CMSBannerManagementEditPage
{
    #region "Properties"

    protected override int? EditedSiteID
    {
        get
        {
            return ((BannerCategoryInfo)UIContext.EditedObjectParent).BannerCategorySiteID;
        }
    }

    #endregion
}