obsoleting legacy prop eds

This commit is contained in:
Shannon
2013-09-25 19:03:05 +10:00
parent cf462bd28e
commit e02dddc747
62 changed files with 91 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.HtmlControls;
@@ -10,6 +11,7 @@ namespace umbraco.editorControls.MultiNodeTreePicker
/// <summary>
/// The item template for the selected items repeater
/// </summary>
[Obsolete("IDataType and all other references to the legacy property editors are no longer used this will be removed from the codebase in future versions")]
internal class SelectedItemsTemplate : ITemplate
{
#region ITemplate Members