C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PreApplicationStart ( ) : void

Called before the application start.

Приватные методы

Метод Описание
OnBootstrapperInitialized ( object sender, ExecutedEventArgs e ) : void

Called when the Bootstrapper is initialized.

RegisterModule ( ) : void

Registers the SuperForms module.

Описание методов

PreApplicationStart() публичный статический Метод

Called before the application start.
public static PreApplicationStart ( ) : void
Результат void