Метод | Описание | |
---|---|---|
AddModuleToTab ( this moduleController, DotNetNuke.Entities.Modules.ModuleInfo module, ModuleAddType moduleType, int destinationTabID ) : void |
Adds the module to tab.
|
|
AddModulesToTab ( this moduleController, IEnumerable |
Adds the modules to tab.
|
|
AddModulesToTabs ( this moduleController, IEnumerable |
Adds the modules to tabs.
|
|
DeleteModuleFromTab ( this moduleController, DotNetNuke.Entities.Modules.ModuleInfo module, int tabID ) : void |
Deletes the module from tab.
|
|
DeleteModulesFromTabs ( this moduleController, IEnumerable |
Deletes the modules from tabs.
|
|
GetModulesOnTab ( this moduleController, DotNetNuke.Entities.Tabs.TabInfo tab ) : IEnumerable |
Gets the modules on tab.
|
Метод | Описание | |
---|---|---|
AddNewModuleToPage ( DotNetNuke.Entities.Modules.ModuleInfo moduleToCopy, int destinationTabID ) : void |
Adds the new module to page.
|
|
AddReferencedModuleToPage ( DotNetNuke.Entities.Modules.ModuleInfo moduleToCopy, int destinationTabID ) : void |
Adds the referenced module to page.
|
|
CopyModuleToPage ( DotNetNuke.Entities.Modules.ModuleInfo moduleToCopy, int destinationTabID ) : void |
Copies the module to page.
|
|
DuplicateModuleSettings ( DotNetNuke.Entities.Modules.ModuleInfo originalModule, int destinationModuleID ) : void |
Duplicates the module settings.
|
public static AddModuleToTab ( this moduleController, DotNetNuke.Entities.Modules.ModuleInfo module, ModuleAddType moduleType, int destinationTabID ) : void | ||
moduleController | this | The module controller. |
module | DotNetNuke.Entities.Modules.ModuleInfo | The module. |
moduleType | ModuleAddType | Type of the module. |
destinationTabID | int | The destination tab ID. |
Результат | void |
public static AddModulesToTab ( this moduleController, IEnumerable |
||
moduleController | this | The module controller. |
modules | IEnumerable |
The modules. |
moduleType | ModuleAddType | Type of the module. |
tabID | int | The tab ID. |
Результат | void |
public static AddModulesToTabs ( this moduleController, IEnumerable |
||
moduleController | this | The module controller. |
moduleIds | IEnumerable |
The module ids. |
moduleType | ModuleAddType | Type of the module. |
tabs | List |
The tabs. |
Результат | void |
public static DeleteModuleFromTab ( this moduleController, DotNetNuke.Entities.Modules.ModuleInfo module, int tabID ) : void | ||
moduleController | this | The module controller. |
module | DotNetNuke.Entities.Modules.ModuleInfo | The module. |
tabID | int | The tab ID. |
Результат | void |
public static DeleteModulesFromTabs ( this moduleController, IEnumerable |
||
moduleController | this | The module controller. |
moduleIds | IEnumerable |
The module ids. |
tabs | List |
The tabs. |
Результат | void |
public static GetModulesOnTab ( this moduleController, DotNetNuke.Entities.Tabs.TabInfo tab ) : IEnumerable |
||
moduleController | this | The module controller. |
tab | DotNetNuke.Entities.Tabs.TabInfo | The tab. |
Результат | IEnumerable |