Click or drag to resize
PageTemplateInfoProvider.GetFullPhysicalPath Method (PageTemplateInfo, String)
Gets full path of the page template.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
public static string GetFullPhysicalPath(
	PageTemplateInfo template,
	string webFullPath
)

Parameters

template
Type: CMS.PortalEngine.PageTemplateInfo
Page template object
webFullPath
Type: System.String
Full path to the root of the web project (e.g. c:\WebProject\)

Return Value

Type: String
See Also