Get a list of content items by ContentType.
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IQueryable<ContentItem> GetContentItemsByContentType( ContentType contentType ) |
Visual Basic |
---|
Public Function GetContentItemsByContentType ( contentType As ContentType ) As IQueryable(Of ContentItem) |
Parameters
- contentType
- Type: DotNetNuke.Entities.Content..::..ContentType
paramcontentTypeM:DotNetNuke.Entities.Content.ContentController.GetContentItemsByContentType(DotNetNuke.Entities.Content.ContentType)