View Source
Class FixConvertLocalLinks
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class FixConvertLocalLinks : MigrationBase, IDiscoverable
Constructors
View Source
FixConvertLocalLinks(IMigrationContext, IUmbracoContextFactory, IContentTypeService, ILogger<FixConvertLocalLinks>, IDataTypeService, ILanguageService, IJsonSerializer, LocalLinkProcessorForFaultyLinks, IMediaTypeService, ICoreScopeProvider, LocalLinkMigrationTracker)
Declaration
public FixConvertLocalLinks(IMigrationContext context, IUmbracoContextFactory umbracoContextFactory, IContentTypeService contentTypeService, ILogger<FixConvertLocalLinks> logger, IDataTypeService dataTypeService, ILanguageService languageService, IJsonSerializer jsonSerializer, LocalLinkProcessorForFaultyLinks localLinkProcessor, IMediaTypeService mediaTypeService, ICoreScopeProvider coreScopeProvider, LocalLinkMigrationTracker localLinkMigrationTracker)
Parameters
Methods
View Source
Migrate()
Declaration
protected override void Migrate()