Gets the content types.

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

Syntax

C#
public IDataReader GetContentTypes()
Visual Basic
Public Function GetContentTypes As IDataReader

Return Value

data reader.

Implements

IDataService..::..GetContentTypes()()()()

See Also