2013-03-14 21:55:46 +00:00
|
|
|
|
namespace Umbraco.Core
|
|
|
|
|
|
{
|
2013-03-22 13:11:27 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Constants all the identifiers within the Umbraco core.
|
|
|
|
|
|
/// </summary>
|
2013-03-14 21:55:46 +00:00
|
|
|
|
public static partial class Constants
|
|
|
|
|
|
{
|
|
|
|
|
|
// generic constants can go here
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|