Load info for a portal template

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

Syntax

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

Parameters

templateFileName
Type: System..::..String
The file name of the portal template
cultureCode
Type: System..::..String
the culture code if any for the localization of the portal template

Return Value

A portal template

See Also