Click or drag to resize
CMSLoaderAttribute Class
Adds action to the page.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.BaseCMSLoaderAttribute
      More...

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class CMSLoaderAttribute : Attribute

The CMSLoaderAttribute type exposes the following members.

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