Class AssemblyElementCollection
  
  
  
  
    Inheritance
    System.Object
    AssemblyElementCollection
   
  
  Assembly: EPiServer.Framework.dll
  Version: 10.10.4
  Syntax
  
    public class AssemblyElementCollection : ConfigurationElementCollection
   
  Constructors
  
  
  
  
  AssemblyElementCollection()
  
  
  Declaration
  
    public AssemblyElementCollection()
   
  Properties
  
  
  
  
  ForceBinFolderScan
  
  
  Declaration
  
    public bool ForceBinFolderScan { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  ProbingPath
  Gets a site root relative path to modules assemblies.
Default value is 'modulesbin'.
Declaration
  
    public string ProbingPath { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  Methods
  
  
  
  
  Add(AssemblyElement)
  
  
  Declaration
  
    public void Add(AssemblyElement assembly)
   
  Parameters
  
  
  
  
  Contains(String)
  
  
  Declaration
  
    public bool Contains(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  CreateNewElement()
  
  
  Declaration
  
    protected override ConfigurationElement CreateNewElement()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Configuration.ConfigurationElement |  | 
    
  
  
  
  
  GetElementKey(ConfigurationElement)
  
  
  Declaration
  
    protected override object GetElementKey(ConfigurationElement element)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Configuration.ConfigurationElement | element |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
  
  
  IsRemoved(String)
  
  
  Declaration
  
    public bool IsRemoved(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  Remove(String)
  
  
  Declaration
  
    public void Remove(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Extension Methods