Gets the terms by vocabulary.

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

Syntax

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

Parameters

vocabularyId
Type: System..::..Int32
The vocabulary id.

Return Value

data reader.

Implements

IDataService..::..GetTermsByVocabulary(Int32)

See Also