Click or drag to resize
PageTemplateScopeInfoProviderGetScopeTemplates Method
Returns all templates matching scope criteria.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<PageTemplateInfo> GetScopeTemplates(
	string path,
	string cultureCode,
	string classNames,
	int level,
	string siteName
)

Parameters

path
Type: SystemString
Page template path
cultureCode
Type: SystemString
Culture code
classNames
Type: SystemString
Class names
level
Type: SystemInt32
Level
siteName
Type: SystemString
Site name

Return Value

Type: InfoDataSetPageTemplateInfo
See Also