2013-03-22 13:11:27 +00:00
|
|
|
|
namespace Umbraco.Core
|
|
|
|
|
|
{
|
|
|
|
|
|
public static partial class Constants
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Defines the alias identifiers for Umbraco's core application sections.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public static class Applications
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the content section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Content = "content";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the developer section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Developer = "developer";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the media section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Media = "media";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the members section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Members = "member";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the settings section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Settings = "settings";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the translation section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Translation = "translation";
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Application alias for the users section.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Users = "users";
|
2014-08-18 20:42:56 +02:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2015-11-18 14:29:10 -08:00
|
|
|
|
/// Application alias for the forms section.
|
2014-08-18 20:42:56 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Forms = "forms";
|
2013-03-22 13:11:27 +00:00
|
|
|
|
}
|
2013-07-30 13:29:05 +10:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Defines the alias identifiers for Umbraco's core trees.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public static class Trees
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the content tree.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Content = "content";
|
|
|
|
|
|
|
2013-09-27 15:19:39 +10:00
|
|
|
|
/// <summary>
|
2015-09-29 11:05:38 +02:00
|
|
|
|
/// alias for the member tree.
|
2013-09-27 15:19:39 +10:00
|
|
|
|
/// </summary>
|
2015-09-29 11:05:38 +02:00
|
|
|
|
public const string Members = "member";
|
2013-09-27 15:19:39 +10:00
|
|
|
|
|
2013-07-30 13:29:05 +10:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the media tree.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Media = "media";
|
|
|
|
|
|
|
2013-08-13 18:19:56 +10:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the datatype tree.
|
|
|
|
|
|
/// </summary>
|
2015-09-28 08:54:00 +02:00
|
|
|
|
public const string DataTypes = "dataTypes";
|
2014-08-28 14:10:22 +01:00
|
|
|
|
|
2016-06-12 15:19:42 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the packages tree
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Packages = "packager";
|
|
|
|
|
|
|
2014-08-28 14:10:22 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the dictionary tree.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public const string Dictionary = "dictionary";
|
2013-08-13 18:19:56 +10:00
|
|
|
|
|
2015-01-14 16:38:54 +11:00
|
|
|
|
public const string Stylesheets = "stylesheets";
|
2013-07-30 13:29:05 +10:00
|
|
|
|
|
2015-05-13 17:12:28 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the document type tree.
|
|
|
|
|
|
/// </summary>
|
2015-09-28 08:54:00 +02:00
|
|
|
|
public const string DocumentTypes = "documentTypes";
|
2015-05-13 17:12:28 +02:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the media type tree.
|
|
|
|
|
|
/// </summary>
|
2015-09-28 08:54:00 +02:00
|
|
|
|
public const string MediaTypes = "mediaTypes";
|
2015-05-13 17:12:28 +02:00
|
|
|
|
|
2015-06-05 12:15:20 +02:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// alias for the member type tree.
|
|
|
|
|
|
/// </summary>
|
2015-09-28 08:54:00 +02:00
|
|
|
|
public const string MemberTypes = "memberTypes";
|
2015-06-05 12:15:20 +02:00
|
|
|
|
|
2014-05-07 15:10:14 +02:00
|
|
|
|
/// <summary>
|
2014-11-25 17:59:59 +11:00
|
|
|
|
/// alias for the template tree.
|
2014-05-07 15:10:14 +02:00
|
|
|
|
/// </summary>
|
2014-11-25 17:59:59 +11:00
|
|
|
|
public const string Templates = "templates";
|
2014-05-07 15:10:14 +02:00
|
|
|
|
|
2014-09-05 15:47:45 +10:00
|
|
|
|
public const string RelationTypes = "relationTypes";
|
|
|
|
|
|
|
|
|
|
|
|
public const string Xslt = "xslt";
|
|
|
|
|
|
|
|
|
|
|
|
public const string Languages = "languages";
|
|
|
|
|
|
|
2014-11-25 17:59:59 +11:00
|
|
|
|
//TODO: Fill in the rest!
|
2013-07-30 13:29:05 +10:00
|
|
|
|
}
|
2013-03-22 13:11:27 +00:00
|
|
|
|
}
|
2013-07-30 13:29:05 +10:00
|
|
|
|
|
|
|
|
|
|
|
2013-03-22 13:11:27 +00:00
|
|
|
|
}
|