summaryM:DotNetNuke.Entities.Content.Taxonomy.ITermController.GetTermsByVocabulary(System.String)

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

Syntax

C#
IQueryable<Term> GetTermsByVocabulary(
	string vocabularyName
)
Visual Basic
Function GetTermsByVocabulary ( 
	vocabularyName As String
) As IQueryable(Of Term)

Parameters

vocabularyName
Type: System..::..String
paramvocabularyNameM:DotNetNuke.Entities.Content.Taxonomy.ITermController.GetTermsByVocabulary(System.String)

Return Value

returnsM:DotNetNuke.Entities.Content.Taxonomy.ITermController.GetTermsByVocabulary(System.String)

See Also