• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedContentController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    UmbracoAuthorizedJsonController
    Namespace: Umbraco.Cms.Web.BackOffice.PropertyEditors
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class NestedContentController : UmbracoAuthorizedJsonController

    Constructors

    View Source

    NestedContentController(IContentTypeService)

    Declaration
    public NestedContentController(IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService

    Methods

    View Source

    GetContentTypes()

    Declaration
    [HttpGet]
    public IEnumerable<object> GetContentTypes()
    Returns
    Type Description
    IEnumerable<System.Object>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NestedContentController(IContentTypeService)
    • Methods
      • GetContentTypes()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX