View Source
Class ContentTypeMapDefinition
Defines mappings for content/media/members type mappings
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeMapDefinition : IMapDefinition
Constructors
View Source
ContentTypeMapDefinition(CommonMapper, PropertyEditorCollection, IDataTypeService, IFileService, IContentTypeService, IMediaTypeService, IMemberTypeService, ILoggerFactory, IShortStringHelper, IOptions<GlobalSettings>, IHostingEnvironment, IOptionsMonitor<ContentSettings>)
Declaration
public ContentTypeMapDefinition(CommonMapper commonMapper, PropertyEditorCollection propertyEditors, IDataTypeService dataTypeService, IFileService fileService, IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, ILoggerFactory loggerFactory, IShortStringHelper shortStringHelper, IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IOptionsMonitor<ContentSettings> contentSettings)
Parameters
Methods
View Source
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters
View Source
MapContentTypeUdi(IContentTypeComposition)
Declaration
public static Udi MapContentTypeUdi(IContentTypeComposition source)
Parameters
Returns