Interface IDiscoverable
Marker interface for types that should be discovered during type scanning.
Namespace: Umbraco.Cms.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public interface IDiscoverable
Remarks
Types implementing this interface are cached during discovery operations, making subsequent lookups faster. Use this interface for plugin types that need to be discovered at runtime.