Retrieve a list of content items containg terms from the specified Vocabulary ID.
Namespace: DotNetNuke.Entities.Content.DataAssembly: 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)