| CustomHelperAttribute Class |
Note: This API is now obsolete.
Namespace: CMS.Base
[ObsoleteAttribute("Use attribute [assembly: RegisterCustomHelper(...)]")] public class CustomHelperAttribute : CMSLoaderAttribute
The CustomHelperAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomHelperAttribute |
Constructor
|
| Name | Description | |
|---|---|---|
| RequiredModules |
List of required modules to load this item
(Inherited from CMSLoaderAttribute.) | |
| Type |
Document factory
|
| Name | Description | |
|---|---|---|
| CheckModules |
Returns true if all required modules are installed
(Inherited from CMSLoaderAttribute.) | |
| Init |
Applies the attribute
(Overrides CMSLoaderAttributeInit.) | |
| PreInit |
PreInitializes the module - This method is called before the application starts
(Inherited from CMSLoaderAttribute.) |