Click or drag to resize
DocumentSearchCondition Constructor (String, String, String, Boolean)
Constructor

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public 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