C# Class RalphWilliams.Modules.DNNVideoCourse.Components.FeatureController

The Controller class for DNNVideoCourse The FeatureController class is defined as the BusinessController in the manifest file (.dnn) DotNetNuke will poll this class to find out which Interfaces the class implements. The IPortable interface is used to import/export content from a DNN module The ISearchable interface is used by DNN to index the content of a module The IUpgradeable interface allows module developers to execute code during the upgrade process for a module. Below you will find stubbed out implementations of each, uncomment and populate with your own data
Inheritance: IUpgradeable
Mostrar archivo Open project: ralphwilliams/DNNVideoCourseModule

Public Methods

Method Description
UpgradeModule ( string Version ) : string

ExportModule implements the IPortable ExportModule Interface

ImportModule implements the IPortable ImportModule Interface

GetSearchItems implements the ISearchable Interface

UpgradeModule implements the IUpgradeable Interface

Method Details

UpgradeModule() public method

ExportModule implements the IPortable ExportModule Interface ImportModule implements the IPortable ImportModule Interface GetSearchItems implements the ISearchable Interface UpgradeModule implements the IUpgradeable Interface
public UpgradeModule ( string Version ) : string
Version string The version of the module to be imported
return string