Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Applications

    Defines the alias identifiers for Umbraco's core application sections.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Applications

    Fields

    View Source

    Content

    Application alias for the content section.

    Declaration
    public const string Content = "content"
    Field Value
    Type Description
    System.String
    View Source

    Forms

    Application alias for the forms section.

    Declaration
    public const string Forms = "forms"
    Field Value
    Type Description
    System.String
    View Source

    Media

    Application alias for the media section.

    Declaration
    public const string Media = "media"
    Field Value
    Type Description
    System.String
    View Source

    Members

    Application alias for the members section.

    Declaration
    public const string Members = "member"
    Field Value
    Type Description
    System.String
    View Source

    Packages

    Application alias for the packages section.

    Declaration
    public const string Packages = "packages"
    Field Value
    Type Description
    System.String
    View Source

    Settings

    Application alias for the settings section.

    Declaration
    public const string Settings = "settings"
    Field Value
    Type Description
    System.String
    View Source

    Translation

    Application alias for the translation section.

    Declaration
    public const string Translation = "translation"
    Field Value
    Type Description
    System.String
    View Source

    Users

    Application alias for the users section.

    Declaration
    public const string Users = "users"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Content
      • Forms
      • Media
      • Members
      • Packages
      • Settings
      • Translation
      • Users
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX