PageTemplateScopeInfoProviderGetScopeWhereCondition Method |
Returns where condition for template scope.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also