DotNetNuke.UI.WebControls.StandardEditorInfoAdapter

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

Syntax

C#
public StandardEditorInfoAdapter(
	Object dataSource,
	string fieldName
)
Visual Basic
Public Sub New ( 
	dataSource As Object,
	fieldName As String
)

Parameters

dataSource
Type: System..::..Object
paramdataSourceM:DotNetNuke.UI.WebControls.StandardEditorInfoAdapter.#ctor(System.Object,System.String)
fieldName
Type: System..::..String
paramfieldNameM:DotNetNuke.UI.WebControls.StandardEditorInfoAdapter.#ctor(System.Object,System.String)

See Also