Click or drag to resize

WebServerStartupOptionsIgnoreNonPresentAssemblies Property

Should we simply ignore registered code assemblies that can't be loaded because they aren't present on the harddrive?

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool IgnoreNonPresentAssemblies { get; set; }

Property Value

Type: Boolean
See Also