Search Results for

    Show / Hide Table of Contents
    View Source

    Class LocalLinkBlocksProcessor

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

    Methods

    View Source

    ProcessBlocks(Object, Func<Object, Boolean>, Func<String, String>)

    Declaration
    public bool ProcessBlocks(object value, Func<object, bool> processNested, Func<string, string> processStringValue)
    Parameters
    Type Name Description
    System.Object value
    Func<System.Object, System.Boolean> processNested
    Func<System.String, System.String> processStringValue
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ProcessBlocks(Object, Func<Object, Boolean>, Func<String, String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX