AddEditorRow builds a sigle editor row and adds it to the Table, using the specified adapter

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected void AddEditorRow(
	Table table,
	string name,
	IEditorInfoAdapter adapter
)
Visual Basic
Protected Sub AddEditorRow ( 
	table As Table,
	name As String,
	adapter As IEditorInfoAdapter
)

Parameters

table
Type: System.Web.UI.WebControls..::..Table
The Table Control to add the row to
name
Type: System..::..String
The name of property being added
adapter
Type: DotNetNuke.UI.WebControls..::..IEditorInfoAdapter
An IEditorInfoAdapter

See Also