Click or drag to resize
PageInfoGetInheritedTemplateInfo Method
Gets the inherited template info from parent page infos

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected PageTemplateInfo GetInheritedTemplateInfo(
	string cultureCode,
	bool combineWithDefaultCulture
)

Parameters

cultureCode
Type: SystemString
Culture code
combineWithDefaultCulture
Type: SystemBoolean
Combine with default culture

Return Value

Type: PageTemplateInfo
See Also