summaryM:DotNetNuke.Entities.Content.Data.IDataService.GetTermsByVocabulary(System.Int32)

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

Syntax

C#
IDataReader GetTermsByVocabulary(
	int vocabularyId
)
Visual Basic
Function GetTermsByVocabulary ( 
	vocabularyId As Integer
) As IDataReader

Parameters

vocabularyId
Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.Data.IDataService.GetTermsByVocabulary(System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Content.Data.IDataService.GetTermsByVocabulary(System.Int32)

See Also