Copies the page template.

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

Syntax

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

Parameters

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

See Also