London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ITypeScannerLookup

Interface for all scanned types matching types defined in TypeScannerRegistrationAttribute

Namespace: EPiServer.Framework.TypeScanner
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public interface ITypeScannerLookup

Properties

AllTypes

All scanned types matching types defined in TypeScannerRegistrationAttribute

Declaration
IEnumerable<Type> AllTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

Extension Methods