Return a list of ContentItems that have all of the specified terms attached.
Namespace: DotNetNuke.Entities.ContentAssembly: 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[])