Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextPropertyEditor

    Represents a rich text property editor.

    Inheritance
    System.Object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class RichTextPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    RichTextPropertyEditor(IDataValueEditorFactory, IIOHelper, IRichTextPropertyIndexValueFactory)

    The constructor will setup the property editor based on the attribute if one is found.

    Declaration
    public RichTextPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IRichTextPropertyIndexValueFactory richTextPropertyIndexValueFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IRichTextPropertyIndexValueFactory richTextPropertyIndexValueFactory

    Properties

    View Source

    PropertyIndexValueFactory

    Declaration
    public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
    Property Value
    Type Description
    IPropertyIndexValueFactory
    View Source

    SupportsConfigurableElements

    Declaration
    public override bool SupportsConfigurableElements { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    CanMergePartialPropertyValues(IPropertyType)

    Determines if the value editor needs to perform MergePartialPropertyValueForCulture(Object, Object, String) for a given property type.

    Declaration
    public override bool CanMergePartialPropertyValues(IPropertyType propertyType)
    Parameters
    Type Name Description
    IPropertyType propertyType
    Returns
    Type Description
    System.Boolean
    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    View Source

    CreateValueEditor()

    Create a custom value editor

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor
    View Source

    MergePartialPropertyValueForCulture(Object, Object, String)

    Partially merges a source property value into a target property value for a given culture.

    Declaration
    public override object MergePartialPropertyValueForCulture(object sourceValue, object targetValue, string culture)
    Parameters
    Type Name Description
    System.Object sourceValue

    The source property value.

    System.Object targetValue

    The target property value.

    System.String culture

    The culture (or null for invariant).

    Returns
    Type Description
    System.Object

    The result of the merge operation.

    View Source

    MergeVariantInvariantPropertyValue(Object, Object, Boolean, HashSet<String>)

    Declaration
    public override object MergeVariantInvariantPropertyValue(object sourceValue, object targetValue, bool canUpdateInvariantData, HashSet<string> allowedCultures)
    Parameters
    Type Name Description
    System.Object sourceValue
    System.Object targetValue
    System.Boolean canUpdateInvariantData
    HashSet<System.String> allowedCultures
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextPropertyEditor(IDataValueEditorFactory, IIOHelper, IRichTextPropertyIndexValueFactory)
    • Properties
      • PropertyIndexValueFactory
      • SupportsConfigurableElements
    • Methods
      • CanMergePartialPropertyValues(IPropertyType)
      • CreateConfigurationEditor()
      • CreateValueEditor()
      • MergePartialPropertyValueForCulture(Object, Object, String)
      • MergeVariantInvariantPropertyValue(Object, Object, Boolean, HashSet<String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX