Click or drag to resize
PageTemplateScopeInfoProvider.GetScopeTemplates 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: System.String
Page template path
cultureCode
Type: System.String
Culture code
classNames
Type: System.String
Class names
level
Type: System.Int32
Level
siteName
Type: System.String
Site name

Return Value

Type: InfoDataSet<PageTemplateInfo>
See Also