Return a list of ContentItems that have all of the specified terms attached.

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

Syntax

C#
IQueryable<ContentItem> GetContentItemsByTerms(
	string[] terms
)
Visual Basic
Function GetContentItemsByTerms ( 
	terms As String()
) As IQueryable(Of ContentItem)

Parameters

terms
Type: array<System..::..String>[]()[][]
paramtermsM:DotNetNuke.Entities.Content.IContentController.GetContentItemsByTerms(System.String[])

Return Value

returnsM:DotNetNuke.Entities.Content.IContentController.GetContentItemsByTerms(System.String[])

See Also