summaryM:DotNetNuke.Entities.Content.ContentController.GetContentItemsByVocabularyId(System.Int32)
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IQueryable<ContentItem> GetContentItemsByVocabularyId( int vocabularyId ) |
Visual Basic |
---|
Public Function GetContentItemsByVocabularyId ( vocabularyId As Integer ) As IQueryable(Of ContentItem) |
Parameters
- vocabularyId
- Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.ContentController.GetContentItemsByVocabularyId(System.Int32)