Interface IEditorInfoAdapter
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public interface IEditorInfoAdapter
Methods
CreateEditControl()
Declaration
EditorInfo CreateEditControl()
Returns
| Type | Description |
|---|---|
| EditorInfo |
UpdateValue(PropertyEditorEventArgs)
Declaration
bool UpdateValue(PropertyEditorEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyEditorEventArgs | e |
Returns
| Type | Description |
|---|---|
| bool |
UpdateVisibility(PropertyEditorEventArgs)
Declaration
bool UpdateVisibility(PropertyEditorEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyEditorEventArgs | e |
Returns
| Type | Description |
|---|---|
| bool |