Hi,
I am having problems adding a module selected in one page to another page.
For example i am having a page with a few modules and i would like to let the user the option to select one of the modules to be included in the home page.
All i can find is the following method:
AddNewModule
(ByVal title As
String, Integer, String, Integer, DotNetNuke.UI.ControlPanels.ControlPanelBase.ViewPermissionType, String)DotNetNuke.UI.ControlPanels.ControlPanelBase This method is missing the destination page.ByVal align As ByVal permissionType As ByVal position As ByVal paneName As ByVal desktopModuleId As
Member of:
Also, how can I get the name or id of the destination page?
And another thing is I need to be able to change the settings of the added module, how can i achive that?
10x