PageInfo.GetInheritedTemplateInfo Method |
Gets the inherited template info from parent page infos
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxprotected PageTemplateInfo GetInheritedTemplateInfo(
string cultureCode,
bool combineWithDefaultCulture
)
Parameters
- cultureCode
- Type: System.String
Culture code - combineWithDefaultCulture
- Type: System.Boolean
Combine with default culture
Return Value
Type:
PageTemplateInfo
See Also