summaryT:DotNetNuke.Modules.Taxonomy.Views.IVocabularyListView

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

Syntax

C#
public interface IVocabularyListView : IModuleView<VocabularyListModel>, 
	IModuleViewBase, IView, IView<VocabularyListModel>
Visual Basic
Public Interface IVocabularyListView
	Inherits IModuleView(Of VocabularyListModel), IModuleViewBase, IView, 
	IView(Of VocabularyListModel)

See Also