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

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

Syntax

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

Parameters

vocabulary
Type: DotNetNuke.Entities.Content.Taxonomy..::..Vocabulary
paramvocabularyM:DotNetNuke.Modules.Taxonomy.Views.EditVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean,System.Boolean,System.Boolean)
editEnabled
Type: System..::..Boolean
parameditEnabledM:DotNetNuke.Modules.Taxonomy.Views.EditVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean,System.Boolean,System.Boolean)
deleteEnabled
Type: System..::..Boolean
paramdeleteEnabledM:DotNetNuke.Modules.Taxonomy.Views.EditVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean,System.Boolean,System.Boolean)
showScope
Type: System..::..Boolean
paramshowScopeM:DotNetNuke.Modules.Taxonomy.Views.EditVocabulary.BindVocabulary(DotNetNuke.Entities.Content.Taxonomy.Vocabulary,System.Boolean,System.Boolean,System.Boolean)

Implements

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

See Also