Files
Umbraco-CMS/src/Umbraco.Web/Models/Trees/IApplication.cs

8 lines
196 B
C#

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