View Source
  Class TagConfiguration
  
  Represents the configuration for the tag value editor.
    Inheritance
      System.Object
      
   
  
  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