Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagConfiguration

    Represents the configuration for the tag value editor.

    Inheritance
    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
    char
    View Source

    Group

    Declaration
    [ConfigurationField("group")]
    public string Group { get; set; }
    Property Value
    Type Description
    string
    View Source

    StorageType

    Declaration
    [ConfigurationField("storageType")]
    public TagsStorageType StorageType { get; set; }
    Property Value
    Type Description
    TagsStorageType
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX