Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDataValueReferenceFactory

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDataValueReferenceFactory

    Methods

    View Source

    GetDataValueReference()

    Declaration
    IDataValueReference GetDataValueReference()
    Returns
    Type Description
    IDataValueReference
    View Source

    IsForEditor(IDataEditor?)

    Gets a value indicating whether the DataValueReference lookup supports a datatype (data editor).

    Declaration
    bool IsForEditor(IDataEditor? dataEditor)
    Parameters
    Type Name Description
    IDataEditor dataEditor
    Returns
    Type Description
    bool

    A value indicating whether the converter supports a datatype.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX