DotNetNuke.Entities.Portals.PortalController.PortalTemplateInfo

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

Syntax

C#
public PortalTemplateInfo(
	string templateFilePath,
	string cultureCode
)
Visual Basic
Public Sub New ( 
	templateFilePath As String,
	cultureCode As String
)

Parameters

templateFilePath
Type: System..::..String
paramtemplateFilePathM:DotNetNuke.Entities.Portals.PortalController.PortalTemplateInfo.#ctor(System.String,System.String)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Entities.Portals.PortalController.PortalTemplateInfo.#ctor(System.String,System.String)

See Also