Interface IVisitorGroupCriterionDefinition
  
  
  
  
  Assembly: EPiServer.ApplicationModules.dll
  Version: 12.0.3
  Syntax
  
    public interface IVisitorGroupCriterionDefinition
   
  Properties
  
  
  
  
  Category
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Description
  
  
  Declaration
  
    string Description { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  DisplayName
  
  
  Declaration
  
    string DisplayName { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  LanguagePath
  
  
  Declaration
  
    string LanguagePath { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ScriptShellModuleName
  
  
  Declaration
  
    string ScriptShellModuleName { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ScriptUrl
  
  
  Declaration
  
    string ScriptUrl { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods