Gets the vocabulary controller.

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

Syntax

C#
public static IVocabularyController GetVocabularyController()
Visual Basic
Public Shared Function GetVocabularyController As IVocabularyController

Return Value

VocabularyController from ComponentFactory.

See Also