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
Constructors
View SourceTagConfiguration()
Declaration
public TagConfiguration()
Properties
View SourceDelimiter
Gets or sets the delimiter character used for CSV storage.
Declaration
public char Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| char |
Group
Gets or sets the tag group name.
Declaration
[ConfigurationField("group")]
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageType
Gets or sets the storage type for tags (CSV or JSON).
Declaration
[ConfigurationField("storageType")]
public TagsStorageType StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| TagsStorageType |