| PageTemplateInfoProviderGetFullPhysicalPath Method (PageTemplateInfo, String) | 
            Gets full path of the page template.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetFullPhysicalPath(
	PageTemplateInfo template,
	string webFullPath
)
Parameters
- template
- Type: CMS.PortalEnginePageTemplateInfo
 Page template object
- webFullPath
- Type: SystemString
 Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type: 
String See Also
See Also