Search Results for

    Show / Hide Table of Contents
    View Source

    Class FixConvertLocalLinks

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_1_0
    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
    Type Name Description
    IMigrationContext context
    IUmbracoContextFactory umbracoContextFactory
    IContentTypeService contentTypeService
    ILogger<FixConvertLocalLinks> logger
    IDataTypeService dataTypeService
    ILanguageService languageService
    IJsonSerializer jsonSerializer
    LocalLinkProcessorForFaultyLinks localLinkProcessor
    IMediaTypeService mediaTypeService
    ICoreScopeProvider coreScopeProvider
    LocalLinkMigrationTracker localLinkMigrationTracker

    Methods

    View Source

    Migrate()

    Declaration
    protected override void Migrate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • FixConvertLocalLinks(IMigrationContext, IUmbracoContextFactory, IContentTypeService, ILogger<FixConvertLocalLinks>, IDataTypeService, ILanguageService, IJsonSerializer, LocalLinkProcessorForFaultyLinks, IMediaTypeService, ICoreScopeProvider, LocalLinkMigrationTracker)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX