CustomManagerAttribute Class |
Note: This API is now obsolete.
Namespace: CMS.Base
[ObsoleteAttribute("Use attribute [assembly: RegisterCustomManager(...)]")] public class CustomManagerAttribute : CMSLoaderAttribute
The CustomManagerAttribute type exposes the following members.
Name | Description | |
---|---|---|
CustomManagerAttribute |
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.) |