SaaS CMS has officially launched! Learn more now.

Class TypeScannerRegistrationAttribute

Marks a type that should be automatically picked up and added to a centrally managed repository

Inheritance
System.Object
TypeScannerRegistrationAttribute
Namespace: EPiServer.Framework.TypeScanner
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class TypeScannerRegistrationAttribute : Attribute

Constructors

TypeScannerRegistrationAttribute(Type)

Creates a new instance of TypeScannerRegistrationAttribute

Declaration
public TypeScannerRegistrationAttribute(Type scanType)
Parameters
Type Name Description
System.Type scanType

The type to register type scanning for

Properties

ScanType

The type to scan for

Declaration
public Type ScanType { get; }
Property Value
Type Description
System.Type

Extension Methods