internal ArticleGroupThread(CMSThread cmsThread, CMSSection cmsSection) { this._CMSThread = cmsThread; if (cmsSection != null) { this.ArticleGroup = new ArticleGroup(cmsSection); } }
public ArticleGroupThread(ArticleGroup articleGroup, ArticleGroupThreadStatus status, string name) { this._CMSThread = new CMSThread(articleGroup.CMSSection, false, (byte)status); this.Name = name; }