Click or drag to resize
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.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public bool OnlyDiscoverable { get; set; }

Property Value

Type: Boolean
See Also