Search Results for

    Show / Hide Table of Contents
    View Source

    Class LocalLinkRteProcessor

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

    Properties

    View Source

    Process

    Declaration
    public Func<object, Func<object, bool>, Func<string, string>, bool> Process { get; }
    Property Value
    Type Description
    Func<System.Object, Func<System.Object, System.Boolean>, Func<System.String, System.String>, System.Boolean>
    View Source

    PropertyEditorAliases

    Declaration
    public IEnumerable<string> PropertyEditorAliases { get; }
    Property Value
    Type Description
    IEnumerable<System.String>
    View Source

    PropertyEditorValueType

    Declaration
    public Type PropertyEditorValueType { get; }
    Property Value
    Type Description
    Type

    Methods

    View Source

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

    Declaration
    public bool ProcessRichText(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
    • Properties
      • Process
      • PropertyEditorAliases
      • PropertyEditorValueType
    • Methods
      • ProcessRichText(Object, Func<Object, Boolean>, Func<String, String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX