DotNetNuke.Modules.Taxonomy.Presenters.EditVocabularyPresenter

Namespace: DotNetNuke.Modules.Taxonomy.Presenters
Assembly: DotNetNuke.Modules.Taxonomy (in DotNetNuke.Modules.Taxonomy.dll)

Syntax

C#
public EditVocabularyPresenter(
	IEditVocabularyView editView
)
Visual Basic
Public Sub New ( 
	editView As IEditVocabularyView
)

Parameters

editView
Type: DotNetNuke.Modules.Taxonomy.Views..::..IEditVocabularyView
parameditViewM:DotNetNuke.Modules.Taxonomy.Presenters.EditVocabularyPresenter.#ctor(DotNetNuke.Modules.Taxonomy.Views.IEditVocabularyView)

See Also