Deletes the vocabulary.

Namespace: DotNetNuke.Entities.Content.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void DeleteVocabulary(
	Vocabulary vocabulary
)
Visual Basic
Public Sub DeleteVocabulary ( 
	vocabulary As Vocabulary
)

Parameters

vocabulary
Type: DotNetNuke.Entities.Content.Taxonomy..::..Vocabulary
The vocabulary.

Implements

IDataService..::..DeleteVocabulary(Vocabulary)

See Also