Class TypeFinderSettings
Typed configuration options for type finder settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class TypeFinderSettings
Properties
View SourceAdditionalAssemblyExclusionEntries
Gets or sets a value for the assemblies that will be excluded from scanning.
Declaration
public string[] AdditionalAssemblyExclusionEntries { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
AdditionalEntryAssemblies
By default the entry assemblies for scanning plugin types is the Umbraco DLLs. If you require scanning for plugins based on different root referenced assemblies you can add the assembly name to this list.
Declaration
public IEnumerable<string>? AdditionalEntryAssemblies { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<System.String>> |
AssembliesAcceptingLoadExceptions
Gets or sets a value for the assemblies that accept load exceptions during type finder operations.
Declaration
[Required]
public string AssembliesAcceptingLoadExceptions { get; set; }
Property Value
Type | Description |
---|---|
System.String |