Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridConfig

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Grid
    Assembly: Umbraco.Core.dll
    Syntax
    public class GridConfig : IGridConfig

    Constructors

    View Source

    GridConfig(AppCaches, IManifestParser, IJsonSerializer, IHostingEnvironment, ILoggerFactory)

    Declaration
    public GridConfig(AppCaches appCaches, IManifestParser manifestParser, IJsonSerializer jsonSerializer, IHostingEnvironment hostingEnvironment, ILoggerFactory loggerFactory)
    Parameters
    Type Name Description
    AppCaches appCaches
    IManifestParser manifestParser
    IJsonSerializer jsonSerializer
    IHostingEnvironment hostingEnvironment
    ILoggerFactory loggerFactory

    Properties

    View Source

    EditorsConfig

    Declaration
    public IGridEditorsConfig EditorsConfig { get; }
    Property Value
    Type Description
    IGridEditorsConfig
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GridConfig(AppCaches, IManifestParser, IJsonSerializer, IHostingEnvironment, ILoggerFactory)
    • Properties
      • EditorsConfig
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX