Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    AdditionalAssemblyExclusionEntries

    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[]
    View Source

    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>>
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AdditionalAssemblyExclusionEntries
      • AdditionalEntryAssemblies
      • AssembliesAcceptingLoadExceptions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX