summaryM:DotNetNuke.Entities.Content.Taxonomy.ITermController.GetTermsByVocabulary(System.Int32)
Namespace: DotNetNuke.Entities.Content.TaxonomyAssembly: 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)