Click or drag to resize
CMSLoaderAttribute Class

Note: This API is now obsolete.

Adds action to the page.
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use RegisterModule attribute for custom code module.")]
public class CMSLoaderAttribute : Attribute

The CMSLoaderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCMSLoaderAttribute
Top
Properties
  NameDescription
Public propertyRequiredModules Obsolete.
List of required modules to load this item
Top
Methods
  NameDescription
Public methodCheckModules Obsolete.
Returns true if all required modules are installed
Public methodInit Obsolete.
Initializes the module - This method is called after the application starts
Public methodPreInit Obsolete.
PreInitializes the module - This method is called before the application starts
Top
See Also