DotNetNuke.Modules.Taxonomy.Presenters.CreateVocabularyPresenter

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

Syntax

C#
public CreateVocabularyPresenter(
	ICreateVocabularyView createView
)
Visual Basic
Public Sub New ( 
	createView As ICreateVocabularyView
)

Parameters

createView
Type: DotNetNuke.Modules.Taxonomy.Views..::..ICreateVocabularyView
paramcreateViewM:DotNetNuke.Modules.Taxonomy.Presenters.CreateVocabularyPresenter.#ctor(DotNetNuke.Modules.Taxonomy.Views.ICreateVocabularyView)

See Also