summaryM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static int AddModuleToPage(
	TabInfo page,
	int moduleDefId,
	string moduleTitle,
	string moduleIconFile,
	bool inheritPermissions,
	bool displayTitle,
	string paneName
)
Visual Basic
Public Shared Function AddModuleToPage ( 
	page As TabInfo,
	moduleDefId As Integer,
	moduleTitle As String,
	moduleIconFile As String,
	inheritPermissions As Boolean,
	displayTitle As Boolean,
	paneName As String
) As Integer

Parameters

page
Type: DotNetNuke.Entities.Tabs..::..TabInfo
parampageM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
moduleDefId
Type: System..::..Int32
parammoduleDefIdM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
moduleTitle
Type: System..::..String
parammoduleTitleM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
moduleIconFile
Type: System..::..String
parammoduleIconFileM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
inheritPermissions
Type: System..::..Boolean
paraminheritPermissionsM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
displayTitle
Type: System..::..Boolean
paramdisplayTitleM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)
paneName
Type: System..::..String
parampaneNameM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)

Return Value

returnsM:DotNetNuke.Services.Upgrade.Upgrade.AddModuleToPage(DotNetNuke.Entities.Tabs.TabInfo,System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.String)

See Also