Interface IVisitorGroupRoleRegistry
  
  
  
  
  Assembly: EPiServer.ApplicationModules.dll
  Version: 11.20.7
  Syntax
  
    public interface IVisitorGroupRoleRegistry
   
  Methods
  
  
  
  
  Register(VisitorGroup, Boolean)
  
  
  Declaration
  
    void Register(VisitorGroup visitorGroup, bool replicateChanges)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | VisitorGroup | visitorGroup |  | 
      
        | System.Boolean | replicateChanges |  | 
    
  
  
  
  
  Unregister(String, Boolean)
  
  
  Declaration
  
    void Unregister(string name, bool replicateChanges)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Boolean | replicateChanges |  | 
    
  
  Events
  
  
  
  ClearedCache
  
  
  Declaration
  
    event EventHandler ClearedCache
   
  Event Type
  
    
      
        | Type | Description | 
    
    
      
        | System.EventHandler |  | 
    
  
  Extension Methods