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 SourceDelimiter
Declaration
public char Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| char |
Group
Declaration
[ConfigurationField("group")]
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageType
Declaration
[ConfigurationField("storageType")]
public TagsStorageType StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| TagsStorageType |