示例#1
0
        internal ContentPlaceholderHistory(CMSThread cmsThread, CMSSection cmsSection)
        {
            this._CMSThread = cmsThread;

            if (cmsSection != null)
            {
                this.ContentPlaceholder = new ContentPlaceholder(cmsSection);
            }
        }
示例#2
0
 public ContentPlaceholderHistory(ContentPlaceholder contentPlaceholder)
 {
     this._CMSThread = new CMSThread(contentPlaceholder.CMSSection, false, 0);
 }