Updates the Settings for the Module

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void UpdateSettings(
	int portalId,
	Hashtable settings
)
Visual Basic
Public Shared Sub UpdateSettings ( 
	portalId As Integer,
	settings As Hashtable
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Modules.UserModuleBase.UpdateSettings(System.Int32,System.Collections.Hashtable)
settings
Type: System.Collections..::..Hashtable
paramsettingsM:DotNetNuke.Entities.Modules.UserModuleBase.UpdateSettings(System.Int32,System.Collections.Hashtable)

See Also