Class Constants.Trees
Defines the alias identifiers for Umbraco's core trees.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Trees
Fields
View SourceContent
alias for the content tree.
Declaration
public const string Content = "content"
Field Value
| Type | Description |
|---|---|
| string |
ContentBlueprints
alias for the content blueprint tree.
Declaration
public const string ContentBlueprints = "contentBlueprints"
Field Value
| Type | Description |
|---|---|
| string |
DataTypes
alias for the datatype tree.
Declaration
public const string DataTypes = "dataTypes"
Field Value
| Type | Description |
|---|---|
| string |
Dictionary
alias for the dictionary tree.
Declaration
public const string Dictionary = "dictionary"
Field Value
| Type | Description |
|---|---|
| string |
DocumentTypes
alias for the document type tree.
Declaration
public const string DocumentTypes = "documentTypes"
Field Value
| Type | Description |
|---|---|
| string |
Languages
Alias for the languages tree.
Declaration
public const string Languages = "languages"
Field Value
| Type | Description |
|---|---|
| string |
LogViewer
Alias for the log viewer tree.
Declaration
public const string LogViewer = "logViewer"
Field Value
| Type | Description |
|---|---|
| string |
Media
alias for the media tree.
Declaration
public const string Media = "media"
Field Value
| Type | Description |
|---|---|
| string |
MediaTypes
alias for the media type tree.
Declaration
public const string MediaTypes = "mediaTypes"
Field Value
| Type | Description |
|---|---|
| string |
MemberGroups
alias for the member group tree.
Declaration
public const string MemberGroups = "memberGroups"
Field Value
| Type | Description |
|---|---|
| string |
MemberTypes
alias for the member type tree.
Declaration
public const string MemberTypes = "memberTypes"
Field Value
| Type | Description |
|---|---|
| string |
Members
alias for the member tree.
Declaration
public const string Members = "member"
Field Value
| Type | Description |
|---|---|
| string |
Packages
alias for the packages tree
Declaration
public const string Packages = "packages"
Field Value
| Type | Description |
|---|---|
| string |
PartialViews
Alias for the partial views tree.
Declaration
public const string PartialViews = "partialViews"
Field Value
| Type | Description |
|---|---|
| string |
RelationTypes
Alias for the relation types tree.
Declaration
public const string RelationTypes = "relationTypes"
Field Value
| Type | Description |
|---|---|
| string |
Scripts
Alias for the scripts tree.
Declaration
public const string Scripts = "scripts"
Field Value
| Type | Description |
|---|---|
| string |
Stylesheets
Alias for the stylesheets tree.
Declaration
public const string Stylesheets = "stylesheets"
Field Value
| Type | Description |
|---|---|
| string |
Templates
alias for the template tree.
Declaration
public const string Templates = "templates"
Field Value
| Type | Description |
|---|---|
| string |
UserPermissions
alias for the user permissions tree.
Declaration
public const string UserPermissions = "userPermissions"
Field Value
| Type | Description |
|---|---|
| string |
UserTypes
alias for the user types tree.
Declaration
public const string UserTypes = "userTypes"
Field Value
| Type | Description |
|---|---|
| string |
Users
alias for the users tree.
Declaration
public const string Users = "users"
Field Value
| Type | Description |
|---|---|
| string |
Webhooks
Alias for the webhooks tree.
Declaration
public const string Webhooks = "webhooks"
Field Value
| Type | Description |
|---|---|
| string |