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 : object

    Fields

    View Source

    Content

    Application alias for the content section.

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

    Forms

    Application alias for the forms section.

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

    Media

    Application alias for the media section.

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

    Members

    Application alias for the members section.

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

    Packages

    Application alias for the packages section.

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

    Settings

    Application alias for the settings section.

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

    Translation

    Application alias for the translation section.

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

    Users

    Application alias for the users section.

    Declaration
    public const string Users = null
    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