Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
5eea4d039f0cd158ee957ca2f297ffa5d3bc645f
Umbraco-CMS/src/Umbraco.Web/Trees/ISearchableTree.cs

10 lines
233 B
C#
Raw Normal View History

added new tests for model mapping and serialization of the content display models. Started integrating trees. Committed the compiled angular controllers, directives, services, resources since I'll be modifying them to work with the real data services. Then we'll have to merge back to the belle repo with the changes.
2013-05-30 21:21:52 -10:00
using System.Collections.Generic;
Moves tree/menu models into the Models.Trees namespace
2013-10-08 12:38:27 +11:00
using Umbraco.Web.Models.ContentEditing;
added new tests for model mapping and serialization of the content display models. Started integrating trees. Committed the compiled angular controllers, directives, services, resources since I'll be modifying them to work with the real data services. Then we'll have to merge back to the belle repo with the changes.
2013-05-30 21:21:52 -10:00
namespace Umbraco.Web.Trees
{
public interface ISearchableTree
{
IEnumerable<SearchResultItem> Search(string searchText);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1499ms Template: 86ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API