Click or drag to resize
PageTemplateScopeInfoProviderGetScopeWhereCondition Method
Returns where condition for template scope.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetScopeWhereCondition(
	string path,
	string cultureCode,
	string classNames,
	int level,
	string siteName,
	string templateIdColumnName
)

Parameters

path
Type: SystemString
Page template path
cultureCode
Type: SystemString
Culture code
classNames
Type: SystemString
Class names separated by semicolon
level
Type: SystemInt32
Scope level
siteName
Type: SystemString
Site name
templateIdColumnName
Type: SystemString
ID column name

Return Value

Type: String
See Also