summaryM:DotNetNuke.Modules.Taxonomy.Views.CreateVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean)

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

Syntax

C#
public void BindVocabulary(
	Vocabulary vocabulary,
	bool showScope
)
Visual Basic
Public Sub BindVocabulary ( 
	vocabulary As Vocabulary,
	showScope As Boolean
)

Parameters

vocabulary
Type: DotNetNuke.Entities.Content.Taxonomy..::..Vocabulary
paramvocabularyM:DotNetNuke.Modules.Taxonomy.Views.CreateVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean)
showScope
Type: System..::..Boolean
paramshowScopeM:DotNetNuke.Modules.Taxonomy.Views.CreateVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean)

Implements

ICreateVocabularyView..::..BindVocabulary(Vocabulary, Boolean)

See Also