Class SettingInfo
Inherited Members
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 |