Gets the content items.

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

Syntax

C#
public IDataReader GetContentItems(
	int contentTypeId,
	int tabId,
	int moduleId
)
Visual Basic
Public Function GetContentItems ( 
	contentTypeId As Integer,
	tabId As Integer,
	moduleId As Integer
) As IDataReader

Parameters

contentTypeId
Type: System..::..Int32
The Id of the Content Type.
tabId
Type: System..::..Int32
The Id of the Tab.
moduleId
Type: System..::..Int32
The Id of the Module.

Return Value

data reader.

Implements

IDataService..::..GetContentItems(Int32, Int32, Int32)

See Also