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