Click or drag to resize
TypeManagerFindDecorators Method
Finds the decorators of the given interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static List<RegisterDecoratorAttribute> FindDecorators(
	Type interfaceType
)

Parameters

interfaceType
Type: SystemType
Type of the interface

Return Value

Type: ListRegisterDecoratorAttribute
See Also