Show / Hide Table of Contents

Class SettingsModel

Inheritance
object
SettingsModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvp
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.2.0. Replace WebFormsMvp and DotNetNuke.Web.Mvp with MVC or SPA patterns instead. Scheduled for removal in v11.0.0.")]
public class SettingsModel

Constructors

SettingsModel()

Declaration
public SettingsModel()

Properties

ModuleSettings

Declaration
public Dictionary<string, string> ModuleSettings { get; set; }
Property Value
Type Description
Dictionary<string, string>

TabModuleSettings

Declaration
public Dictionary<string, string> TabModuleSettings { get; set; }
Property Value
Type Description
Dictionary<string, string>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS