| DocumentSearchCondition Constructor (String, String, String, Boolean) | 
            Constructor
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic DocumentSearchCondition(
	string classNames,
	string culture,
	string defaultCulture,
	bool combineWithDefaultCulture
)
Parameters
- classNames
 - Type: SystemString
Class names to include in the search - culture
 - Type: SystemString
Culture to search - defaultCulture
 - Type: SystemString
Default culture - combineWithDefaultCulture
 - Type: SystemBoolean
Combine with default culture 
See Also