Class HideFromTypeFinderAttribute
Notifies the ITypeFinder that it should ignore the class marked with this attribute.
Inheritance
object
Attribute
Namespace: Umbraco.Cms.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class HideFromTypeFinderAttribute : Attribute
Remarks
Apply this attribute to classes that should not be discovered during type scanning operations.
Constructors
View SourceHideFromTypeFinderAttribute()
Declaration
public HideFromTypeFinderAttribute()