Interface ITypeFinderConfig
Defines configuration for the type finder used during assembly scanning.
Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
Assembly: Umbraco.Core.dll
Syntax
public interface ITypeFinderConfig
Properties
View SourceAssembliesAcceptingLoadExceptions
Gets the collection of assembly names that should accept load exceptions during type scanning.
Declaration
IEnumerable<string> AssembliesAcceptingLoadExceptions { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |