Gets the content types.

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

Syntax

C#
IQueryable<ContentType> GetContentTypes()
Visual Basic
Function GetContentTypes As IQueryable(Of ContentType)

Return Value

content type collection.

See Also