Click or drag to resize
SearchConditionExtraConditions Property
Search condition that is added to any conditions specified in the search expression. You can use special characters (+ -) and field conditions (e.g. +documentnodeid:(int)255).

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

Property Value

Type: String
See Also