Load info for a portal template

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

Syntax

C#
public PortalController..::..PortalTemplateInfo GetPortalTemplate(
	string templatePath,
	string cultureCode
)
Visual Basic
Public Function GetPortalTemplate ( 
	templatePath As String,
	cultureCode As String
) As PortalController..::..PortalTemplateInfo

Parameters

templatePath
Type: System..::..String
Full path to the portal template
cultureCode
Type: System..::..String
the culture code if any for the localization of the portal template

Return Value

A portal template

Implements

IPortalController..::..GetPortalTemplate(String, String)

See Also