C# 클래스 DotNetNuke.Modules.dnnGlimpse.Components.FeatureController

The Controller class for dnnGlimpse 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
상속: IUpgradeable
파일 보기 프로젝트 열기: jbrinkman/dnnGlimpse

공개 메소드들

메소드 설명
AddHostPage ( int parentId, string tabPath, string moduleFriendlyName, string tabName, string tabDescription, string smallIcon, string largeIcon ) : void
UpgradeModule ( string Version ) : string

메소드 상세

AddHostPage() 공개 메소드

public AddHostPage ( int parentId, string tabPath, string moduleFriendlyName, string tabName, string tabDescription, string smallIcon, string largeIcon ) : void
parentId int
tabPath string
moduleFriendlyName string
tabName string
tabDescription string
smallIcon string
largeIcon string
리턴 void

UpgradeModule() 공개 메소드

public UpgradeModule ( string Version ) : string
Version string
리턴 string