• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class LocalLinkProcessorForFaultyLinks

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0.LocalLinks
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class LocalLinkProcessorForFaultyLinks

    Constructors

    View Source

    LocalLinkProcessorForFaultyLinks(IIdKeyMap, IEnumerable<ITypedLocalLinkProcessor>)

    Declaration
    public LocalLinkProcessorForFaultyLinks(IIdKeyMap idKeyMap, IEnumerable<ITypedLocalLinkProcessor> localLinkProcessors)
    Parameters
    Type Name Description
    IIdKeyMap idKeyMap
    IEnumerable<ITypedLocalLinkProcessor> localLinkProcessors

    Methods

    View Source

    GetSupportedPropertyEditorAliases()

    Declaration
    public IEnumerable<string> GetSupportedPropertyEditorAliases()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    ProcessStringValue(String)

    Declaration
    public string ProcessStringValue(string input)
    Parameters
    Type Name Description
    System.String input
    Returns
    Type Description
    System.String
    View Source

    ProcessToEditorValue(Object)

    Declaration
    public bool ProcessToEditorValue(object editorValue)
    Parameters
    Type Name Description
    System.Object editorValue
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LocalLinkProcessorForFaultyLinks(IIdKeyMap, IEnumerable<ITypedLocalLinkProcessor>)
    • Methods
      • GetSupportedPropertyEditorAliases()
      • ProcessStringValue(String)
      • ProcessToEditorValue(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX