Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagConfiguration

    Represents the configuration for the tag value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class TagConfiguration

    Properties

    View Source

    Delimiter

    Declaration
    public char Delimiter { get; set; }
    Property Value
    Type Description
    System.Char
    View Source

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    StorageType

    Declaration
    public TagsStorageType StorageType { get; set; }
    Property Value
    Type Description
    TagsStorageType
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Delimiter
      • Group
      • StorageType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX