Click or drag to resize
SearchParametersClassNames Property
Class names separated by semicolon.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public string ClassNames { get; set; }

Property Value

Type: String
Remarks

Constrains the search to given class names only. Application of this parameter by search method is optional. See the search method documentation.

Another option for constraining search by class names is DocumentSearchCondition.

See Also