Click or drag to resize
CustomClassAttribute Class

Note: This API is now obsolete.

Registers the custom class within the system or overrides the existing one.
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use attribute [assembly: RegisterCustomClass(...)]")]
public class CustomClassAttribute : CMSLoaderAttribute

The CustomClassAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCustomClassAttribute
Constructor
Top
Properties
  NameDescription
Protected propertyAssemblyName
Class assembly name
Public propertyClassName
Class name
Public propertyRequiredModules
List of required modules to load this item
(Inherited from CMSLoaderAttribute.)
Public propertyType
Document factory
Top
Methods
  NameDescription
Public methodCheckModules
Returns true if all required modules are installed
(Inherited from CMSLoaderAttribute.)
Public methodInit
Initializes the module - This method is called after the application starts
(Inherited from CMSLoaderAttribute.)
Public methodPreInit
Applies the attribute
(Overrides CMSLoaderAttributePreInit.)
Top
See Also