Get a list of content items tagged with terms from the specified Vocabulary ID.
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
IQueryable<ContentItem> GetContentItemsByVocabularyId( int vocabularyId ) |
Visual Basic |
---|
Function GetContentItemsByVocabularyId ( vocabularyId As Integer ) As IQueryable(Of ContentItem) |
Parameters
- vocabularyId
- Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.IContentController.GetContentItemsByVocabularyId(System.Int32)