Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IValueEditorCache

    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IValueEditorCache

    Methods

    View Source

    ClearCache(IEnumerable<Int32>)

    Declaration
    void ClearCache(IEnumerable<int> dataTypeIds)
    Parameters
    Type Name Description
    IEnumerable<System.Int32> dataTypeIds
    View Source

    GetValueEditor(IDataEditor, IDataType)

    Declaration
    IDataValueEditor GetValueEditor(IDataEditor dataEditor, IDataType dataType)
    Parameters
    Type Name Description
    IDataEditor dataEditor
    IDataType dataType
    Returns
    Type Description
    IDataValueEditor
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ClearCache(IEnumerable<Int32>)
      • GetValueEditor(IDataEditor, IDataType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX