Class SettingInfo
The SettingInfo class provides a helper class for the Settings Editor.
Inheritance
System.Object
SettingInfo
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class SettingInfo : object
Constructors
| Improve this Doc View SourceSettingInfo(Object, Object)
Initializes a new instance of the SettingInfo class.
Declaration
public SettingInfo(object name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | name | |
System.Object | value |
Properties
| Improve this Doc View SourceEditor
The SettingInfo class provides a helper class for the Settings Editor.
Declaration
public string Editor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The SettingInfo class provides a helper class for the Settings Editor.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The SettingInfo class provides a helper class for the Settings Editor.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |
Value
The SettingInfo class provides a helper class for the Settings Editor.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |