Gets the content item.

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

Syntax

C#
public IDataReader GetContentItem(
	int contentItemId
)
Visual Basic
Public Function GetContentItem ( 
	contentItemId As Integer
) As IDataReader

Parameters

contentItemId
Type: System..::..Int32
The content item id.

Return Value

data reader.

Implements

IDataService..::..GetContentItem(Int32)

See Also