AssemblyDiscoveryOnlyDiscoverable Property |
Gets or sets a value indicating whether the discovery process will locate only assemblies decorated with the
AssemblyDiscoverableAttribute attribute. The default value is true.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public bool OnlyDiscoverable { get; set; }
Property Value
Type:
BooleanSee Also