Copies the page template.

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

Syntax

C#
public void CopyPageTemplate(
	string templateFile,
	string mappedHomeDirectory
)
Visual Basic
Public Sub CopyPageTemplate ( 
	templateFile As String,
	mappedHomeDirectory As String
)

Parameters

templateFile
Type: System..::..String
The template file.
mappedHomeDirectory
Type: System..::..String
The mapped home directory.

Implements

IPortalController..::..CopyPageTemplate(String, String)

See Also