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
    System.Boolean

    A value indicating whether the converter supports a datatype.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetDataValueReference()
      • IsForEditor(IDataEditor)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX