namespace Umbraco.Web.Models.Trees { /// /// Marker interface for created applications in the umbraco backoffice /// public interface IApplication { } }