Gets the content controller.

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

Syntax

C#
public static IContentController GetContentController()
Visual Basic
Public Shared Function GetContentController As IContentController

Return Value

ContentController from ComponentFactory.

See Also