internal ContentPlaceholderHistory(CMSThread cmsThread, CMSSection cmsSection) { this._CMSThread = cmsThread; if (cmsSection != null) { this.ContentPlaceholder = new ContentPlaceholder(cmsSection); } }
public ContentPlaceholderHistory(ContentPlaceholder contentPlaceholder) { this._CMSThread = new CMSThread(contentPlaceholder.CMSSection, false, 0); }