Class EditorInfo
The EditorInfo class provides a helper class for the Property Editor.
Inheritance
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class EditorInfo : object
Constructors
| Improve this Doc View SourceEditorInfo()
Initializes a new instance of the EditorInfo class.
Declaration
public EditorInfo()
Properties
| Improve this Doc View SourceAttributes
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public object[] Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object[] |
Category
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ControlStyle
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public Style ControlStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |
EditMode
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public PropertyEditorMode EditMode { get; set; }
Property Value
Type | Description |
---|---|
PropertyEditorMode |
Editor
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string Editor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelMode
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public LabelMode LabelMode { get; set; }
Property Value
Type | Description |
---|---|
LabelMode |
Name
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileVisibility
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public ProfileVisibility ProfileVisibility { get; set; }
Property Value
Type | Description |
---|---|
ProfileVisibility |
Required
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResourceKey
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public UserInfo User { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |
ValidationExpression
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public string ValidationExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Visible
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetEditor(Int32)
GetEditor gets the appropriate Editor based on ID properties.
Declaration
public static string GetEditor(int editorType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | editorType | The Id of the Editor. |
Returns
Type | Description |
---|---|
System.String | The non-localized name of the editor. |
GetEditor(String)
The EditorInfo class provides a helper class for the Property Editor.
Declaration
public static string GetEditor(string editorValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | editorValue |
Returns
Type | Description |
---|---|
System.String |