Click or drag to resize
RegisterCustomHelperAttribute Class
Registers the custom helper within the system, replaces the default helper from which the defined one inherits.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSRegisterCustomHelperAttribute

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public class RegisterCustomHelperAttribute : Attribute, 
	IInitAttribute

The RegisterCustomHelperAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterCustomHelperAttribute
Constructor
Top
Properties
  NameDescription
Public propertyMarkedType
Gets the type used as helper implementation.
Top
Methods
  NameDescription
Public methodInit
Applies the attribute
Top
See Also

Reference