Show / Hide Table of Contents

Class SettingInfo

Inheritance
object
SettingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class SettingInfo

Constructors

SettingInfo(object, object)

Declaration
public SettingInfo(object name, object value)
Parameters
Type Name Description
object name
object value

Properties

Editor

Declaration
public string Editor { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Type

Declaration
public Type Type { get; set; }
Property Value
Type Description
Type

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
object

Extension Methods

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