CMSLoaderAttribute Class |
Namespace: CMS.Base
public class CMSLoaderAttribute : Attribute
The CMSLoaderAttribute type exposes the following members.
Name | Description | |
---|---|---|
CMSLoaderAttribute |
Name | Description | |
---|---|---|
RequiredModules |
List of required modules to load this item
|
Name | Description | |
---|---|---|
CheckModules |
Returns true if all required modules are installed
| |
Init |
Initializes the module - This method is called after the application starts
| |
PreInit |
PreInitializes the module - This method is called before the application starts
|