Get a list of content items of the specified content type, contentTypeId.

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

Syntax

C#
public IDataReader GetContentItemsByContentType(
	int contentTypeId
)
Visual Basic
Public Function GetContentItemsByContentType ( 
	contentTypeId As Integer
) As IDataReader

Parameters

contentTypeId
Type: System..::..Int32
The type of content items you are searching for

Return Value

returnsM:DotNetNuke.Entities.Content.Data.DataService.GetContentItemsByContentType(System.Int32)

Implements

IDataService..::..GetContentItemsByContentType(Int32)

See Also