Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagsPropertyEditorAttribute

    Marks property editors that support tags.

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

    Constructors

    View Source

    TagsPropertyEditorAttribute()

    Initializes a new instance of the TagsPropertyEditorAttribute class.

    Declaration
    public TagsPropertyEditorAttribute()
    View Source

    TagsPropertyEditorAttribute(Type)

    Initializes a new instance of the TagsPropertyEditorAttribute class.

    Declaration
    public TagsPropertyEditorAttribute(Type tagsConfigurationProvider)
    Parameters
    Type Name Description
    Type tagsConfigurationProvider

    Properties

    View Source

    Delimiter

    Gets or sets the delimited for delimited strings.

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

    Default is a comma. Has no meaning when tags are stored as Json.

    View Source

    ReplaceTags

    Gets or sets a value indicating whether to replace the tags entirely.

    Declaration
    public bool ReplaceTags { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    StorageType

    Gets or sets a value indicating how tags are stored.

    Declaration
    public TagsStorageType StorageType { get; set; }
    Property Value
    Type Description
    TagsStorageType
    View Source

    TagGroup

    Gets or sets the tags group.

    Declaration
    public string TagGroup { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Default is "default".

    View Source

    TagsConfigurationProviderType

    Gets the type of the dynamic configuration provider.

    Declaration
    public Type? TagsConfigurationProviderType { get; }
    Property Value
    Type Description
    System.Nullable<Type>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TagsPropertyEditorAttribute()
      • TagsPropertyEditorAttribute(Type)
    • Properties
      • Delimiter
      • ReplaceTags
      • StorageType
      • TagGroup
      • TagsConfigurationProviderType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX