Class TypeFinderConfig
TypeFinder config via appSettings
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public class TypeFinderConfig : object, ITypeFinderConfig
  Constructors
View SourceTypeFinderConfig(IOptions<TypeFinderSettings>)
Declaration
public TypeFinderConfig(IOptions<TypeFinderSettings> settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IOptions<TypeFinderSettings> | settings | 
Properties
View SourceAssembliesAcceptingLoadExceptions
Declaration
public IEnumerable<string> AssembliesAcceptingLoadExceptions { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<System.String> |