| PageInfoProviderGetTemplateSourcePageInfo Method  | 
            Gets the Page info object that defines the page template used by the given page info object.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static PageInfo GetTemplateSourcePageInfo(
	PageInfo pi,
	string culture,
	bool combineWithDefaultCulture
)
Parameters
- pi
 - Type: CMS.DocumentEnginePageInfo
Page info for which the template source should be evaluated - culture
 - Type: SystemString
Culture to use for retrieving the information - combineWithDefaultCulture
 - Type: SystemBoolean
Combine the results with default culture? 
Return Value
Type: 
PageInfo
See Also