Get all the available portal templates grouped by culture

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

Syntax

C#
public IList<PortalController..::..PortalTemplateInfo> GetAvailablePortalTemplates()
Visual Basic
Public Function GetAvailablePortalTemplates As IList(Of PortalController..::..PortalTemplateInfo)

Return Value

List of PortalTemplateInfo objects

Implements

IPortalController..::..GetAvailablePortalTemplates()()()()

See Also