Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyEditorTagsExtensions

    Provides extension methods for the IDataEditor interface to manage tags.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class PropertyEditorTagsExtensions

    Methods

    View Source

    GetTagAttribute(IDataEditor)

    Gets the tags configuration attribute of an editor.

    Declaration
    public static TagsPropertyEditorAttribute GetTagAttribute(this IDataEditor editor)
    Parameters
    Type Name Description
    IDataEditor editor
    Returns
    Type Description
    TagsPropertyEditorAttribute
    View Source

    IsTagsEditor(IDataEditor)

    Determines whether an editor supports tags.

    Declaration
    public static bool IsTagsEditor(this IDataEditor editor)
    Parameters
    Type Name Description
    IDataEditor editor
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetTagAttribute(IDataEditor)
      • IsTagsEditor(IDataEditor)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX