Click or drag to resize
PageTemplateScopeInfoProviderGetScopeWhereCondition Method (String, String, String, Int32, String, String, String)

Note: This API is now obsolete.

Returns where condition for template scope.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Please use GetScopeWhereCondition(string path, string cultureCode, string classNames, int level, string siteName, string templateIdColumnName)")]
public static string GetScopeWhereCondition(
	string path,
	string cultureCode,
	string classNames,
	int level,
	string siteName,
	string tableName,
	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
tableName
Type: SystemString
Table name
templateIdColumnName
Type: SystemString
ID column name

Return Value

Type: String
See Also