CMSLoaderAttribute Class |
Note: This API is now obsolete.
Namespace: CMS.Base
[ObsoleteAttribute("Use RegisterModule attribute for custom code module.")] public class CMSLoaderAttribute : Attribute
The CMSLoaderAttribute type exposes the following members.
Name | Description | |
---|---|---|
CMSLoaderAttribute |
Name | Description | |
---|---|---|
RequiredModules | Obsolete.
List of required modules to load this item
|
Name | Description | |
---|---|---|
CheckModules | Obsolete.
Returns true if all required modules are installed
| |
Init | Obsolete.
Initializes the module - This method is called after the application starts
| |
PreInit | Obsolete.
PreInitializes the module - This method is called before the application starts
|