Ejemplo n.º 1
0
 protected void BtnEmpty_Click(object sender, EventArgs e)
 {
     ContentManage.EmptyContentArchiving();
     if (SiteConfig.SmsConfig.IsAutoSendStateMessage)
     {
         AdminPage.WriteSuccessMsg("<li>清空归档成功!</li><br /> " + this.ChangeStateSendMessageToUser(-3), string.Concat(new object[] { "ContentArchivingManage.aspx?NodeID=", BasePage.RequestInt32("NodeID"), "&Status=102&ListType=", this.HdnListType.Value }));
     }
     else
     {
         AdminPage.WriteSuccessMsg("<li>清空归档成功!</li>", string.Concat(new object[] { "ContentArchivingManage.aspx?NodeID=", BasePage.RequestInt32("NodeID"), "&Status=102&ListType=", this.HdnListType.Value }));
     }
 }