Click or drag to resize
PageInfoProvider.GetTemplateSourcePageInfo Method
Gets the Page info object that defines the page template used by the given page info object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static PageInfo GetTemplateSourcePageInfo(
	PageInfo pi,
	string culture,
	bool combineWithDefaultCulture
)

Parameters

pi
Type: CMS.DocumentEngine.PageInfo
Page info for which the template source should be evaluated
culture
Type: System.String
Culture to use for retrieving the information
combineWithDefaultCulture
Type: System.Boolean
Combine the results with default culture?

Return Value

Type: PageInfo
See Also