C# Class timw255.Sitefinity.SuperForms.SuperFormsInstaller

Module installer class
This installer is registered in the /Properties/AssemblyInfo.cs file The purpose of it is to register the module in Sitefinity automatically. The User will have to enable the module from Administration -> Modules & Services
Afficher le fichier Open project: timw255/timw255.Sitefinity.SuperForms Class Usage Examples

Méthodes publiques

Méthode Description
PreApplicationStart ( ) : void

Called before the application start.

Private Methods

Méthode Description
OnBootstrapperInitialized ( object sender, ExecutedEventArgs e ) : void

Called when the Bootstrapper is initialized.

RegisterModule ( ) : void

Registers the SuperForms module.

Method Details

PreApplicationStart() public static méthode

Called before the application start.
public static PreApplicationStart ( ) : void
Résultat void