View Source
Class BlueprintItemBinder
Inheritance
System.Object
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 |
System.Nullable<IContent> |
|