summaryM:DotNetNuke.Entities.Content.ContentController.GetContentItemsByVocabularyId(System.Int32)

Namespace: DotNetNuke.Entities.Content
Assembly: 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)

Return Value

returnsM:DotNetNuke.Entities.Content.ContentController.GetContentItemsByVocabularyId(System.Int32)

Implements

IContentController..::..GetContentItemsByVocabularyId(Int32)

See Also