Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlueprintItemBinder

    Inheritance
    System.Object
    ContentItemBinder
    Namespace: Umbraco.Cms.Web.BackOffice.ModelBinders
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class BlueprintItemBinder : ContentItemBinder, IModelBinder

    Constructors

    View Source

    BlueprintItemBinder(IJsonSerializer, IUmbracoMapper, IContentService, IContentTypeService, IHostingEnvironment)

    Declaration
    public BlueprintItemBinder(IJsonSerializer jsonSerializer, IUmbracoMapper umbracoMapper, IContentService contentService, IContentTypeService contentTypeService, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer
    IUmbracoMapper umbracoMapper
    IContentService contentService
    IContentTypeService contentTypeService
    IHostingEnvironment hostingEnvironment

    Methods

    View Source

    GetExisting(ContentItemSave)

    Declaration
    protected override IContent GetExisting(ContentItemSave model)
    Parameters
    Type Name Description
    ContentItemSave model
    Returns
    Type Description
    IContent
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlueprintItemBinder(IJsonSerializer, IUmbracoMapper, IContentService, IContentTypeService, IHostingEnvironment)
    • Methods
      • GetExisting(ContentItemSave)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX