Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDataValueReference

    Resolve references from IDataValueEditor values

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

    Methods

    View Source

    GetAutomaticRelationTypesAliases()

    Returns all reference types that are automatically tracked.

    Declaration
    IEnumerable<string> GetAutomaticRelationTypesAliases()
    Returns
    Type Description
    IEnumerable<string>
    View Source

    GetReferences(object?)

    Returns any references contained in the value

    Declaration
    IEnumerable<UmbracoEntityReference> GetReferences(object? value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    IEnumerable<UmbracoEntityReference>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX