summaryM:DotNetNuke.Entities.Modules.ModuleController.GetModuleSettings(System.Int32)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 7.3.  Please use the ModuleSettings property of the ModuleInfo object")]
public Hashtable GetModuleSettings(
	int ModuleId
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 7.3.  Please use the ModuleSettings property of the ModuleInfo object")> 
Public Function GetModuleSettings ( 
	ModuleId As Integer
) As Hashtable

Parameters

ModuleId
Type: System..::..Int32
paramModuleIdM:DotNetNuke.Entities.Modules.ModuleController.GetModuleSettings(System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Modules.ModuleController.GetModuleSettings(System.Int32)

See Also