Click or drag to resize
PageTemplateInfoProviderGetFullPhysicalPath Method (PageTemplateInfo)
Gets full path of the page template.

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

Parameters

template
Type: CMS.PortalEnginePageTemplateInfo
Page template object

Return Value

Type: String
See Also