Files
Umbraco-CMS/src/umbraco.interfaces/IApplication.cs
Matt@MBP-PC.Home 1bfd8438c7 Created AppStartupHandlers to auto populate App / Tree config with any found DLLs or any DB registered trees.config
Updated the package installer to trigger the App/Tree StartupHandlers to re-trigger any imports.
2012-06-28 12:37:16 -01:00

13 lines
262 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace umbraco.interfaces
{
/// <summary>
/// Interface for created applications in the umbraco backoffice
/// </summary>
public interface IApplication
{}
}