Gets the content types.

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

Syntax

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

Return Value

content type collection.

Implements

IContentTypeController..::..GetContentTypes()()()()

See Also