Implemented much more of the new tree api structure. Have converted most of the content tree over to use it.

This commit is contained in:
Shannon
2013-07-30 13:29:05 +10:00
parent bf1f78e3aa
commit b3b2b5b9ee
23 changed files with 664 additions and 427 deletions

View File

@@ -424,6 +424,7 @@ namespace Umbraco.Core
private readonly HashSet<TypeList> _types = new HashSet<TypeList>();
private IEnumerable<Assembly> _assemblies;
/// <summary>
/// Returns all found property editors
/// </summary>