View Source
Class Constants.Trees
Defines the alias identifiers for Umbraco's core trees.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Trees
Fields
View Source
Content
alias for the content tree.
Declaration
public const string Content = "content"
Field Value
Type |
Description |
System.String |
|
View Source
ContentBlueprints
alias for the content blueprint tree.
Declaration
public const string ContentBlueprints = "contentBlueprints"
Field Value
Type |
Description |
System.String |
|
View Source
DataTypes
alias for the datatype tree.
Declaration
public const string DataTypes = "dataTypes"
Field Value
Type |
Description |
System.String |
|
View Source
Dictionary
alias for the dictionary tree.
Declaration
public const string Dictionary = "dictionary"
Field Value
Type |
Description |
System.String |
|
View Source
DocumentTypes
alias for the document type tree.
Declaration
public const string DocumentTypes = "documentTypes"
Field Value
Type |
Description |
System.String |
|
View Source
Languages
Declaration
public const string Languages = "languages"
Field Value
Type |
Description |
System.String |
|
View Source
LogViewer
Declaration
public const string LogViewer = "logViewer"
Field Value
Type |
Description |
System.String |
|
View Source
Macros
alias for the macro tree.
Declaration
public const string Macros = "macros"
Field Value
Type |
Description |
System.String |
|
View Source
alias for the media tree.
Declaration
public const string Media = "media"
Field Value
Type |
Description |
System.String |
|
View Source
alias for the media type tree.
Declaration
public const string MediaTypes = "mediaTypes"
Field Value
Type |
Description |
System.String |
|
View Source
MemberGroups
alias for the member group tree.
Declaration
public const string MemberGroups = "memberGroups"
Field Value
Type |
Description |
System.String |
|
View Source
Members
alias for the member tree.
Declaration
public const string Members = "member"
Field Value
Type |
Description |
System.String |
|
View Source
MemberTypes
alias for the member type tree.
Declaration
public const string MemberTypes = "memberTypes"
Field Value
Type |
Description |
System.String |
|
View Source
Packages
alias for the packages tree
Declaration
public const string Packages = "packages"
Field Value
Type |
Description |
System.String |
|
View Source
PartialViewMacros
Declaration
public const string PartialViewMacros = "partialViewMacros"
Field Value
Type |
Description |
System.String |
|
View Source
PartialViews
Declaration
public const string PartialViews = "partialViews"
Field Value
Type |
Description |
System.String |
|
View Source
RelationTypes
Declaration
public const string RelationTypes = "relationTypes"
Field Value
Type |
Description |
System.String |
|
View Source
Scripts
Declaration
public const string Scripts = "scripts"
Field Value
Type |
Description |
System.String |
|
View Source
Stylesheets
Declaration
public const string Stylesheets = "stylesheets"
Field Value
Type |
Description |
System.String |
|
View Source
Templates
alias for the template tree.
Declaration
public const string Templates = "templates"
Field Value
Type |
Description |
System.String |
|
View Source
UserPermissions
alias for the user permissions tree.
Declaration
public const string UserPermissions = "userPermissions"
Field Value
Type |
Description |
System.String |
|
View Source
Users
alias for the users tree.
Declaration
public const string Users = "users"
Field Value
Type |
Description |
System.String |
|
View Source
UserTypes
alias for the user types tree.
Declaration
public const string UserTypes = "userTypes"
Field Value
Type |
Description |
System.String |
|