TreeProviderGetCultureWhereCondition Method |
Returns where condition for given culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static string GetCultureWhereCondition(
string siteName,
string cultureCode,
bool combineWithDefaultCulture
)
Parameters
- siteName
- Type: SystemString
Nodes site name - cultureCode
- Type: SystemString
Nodes culture code - combineWithDefaultCulture
- Type: SystemBoolean
Indicates whether node in default culture should be returned if node in specified culture was not found.
Return Value
Type:
StringSee Also