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

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

Syntax

C#
IQueryable<Term> GetTermsByVocabulary(
	int vocabularyId
)
Visual Basic
Function GetTermsByVocabulary ( 
	vocabularyId As Integer
) As IQueryable(Of Term)

Parameters

vocabularyId
Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.Taxonomy.ITermController.GetTermsByVocabulary(System.Int32)

Return Value

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

See Also