Click or drag to resize
CMSLoaderAttributePreInit Method

Note: This API is now obsolete.

PreInitializes the module - This method is called before the application starts

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 virtual void PreInit()
See Also