• Core
  • Infrastructure
  • Web
  • Extensions
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
    virtual IEnumerable<string> GetAutomaticRelationTypesAliases()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    GetReferences(Object)

    Returns any references contained in the value

    Declaration
    IEnumerable<UmbracoEntityReference> GetReferences(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    IEnumerable<UmbracoEntityReference>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAutomaticRelationTypesAliases()
      • GetReferences(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX