Engage.Dnn.Publish.Controls.ItemEdit.ChangeParentPage C# (CSharp) Method

ChangeParentPage() protected method

protected ChangeParentPage ( ) : void
return void
        protected void ChangeParentPage()
        {
            // TODO: what should we do here?
            // switch(typeof(this.Page))
            // {
            // case ArticleControls.ArticleEdit:
            // ((ArticleControls.ArticleEdit)this.Page).UseUrls = chkUrlSelection.Checked;
            // break;
            // case CategoryControls.CategoryEdit:
            // ((CategoryControls.CategoryEdit)this.Page).UseUrls = chkUrlSelection.Checked;
            // break;
            // }
        }