Retrieve a list of content items containg terms from the specified Vocabulary ID.

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

Syntax

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

Parameters

vocabularyId
Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.Data.DataService.GetContentItemsByVocabularyId(System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Content.Data.DataService.GetContentItemsByVocabularyId(System.Int32)

Implements

IDataService..::..GetContentItemsByVocabularyId(Int32)

See Also