SearchParameters CustomExcludedProperties Property Ankiro Enterprise Suite Reference Documentation
Optional: If specified, excluded document property property values are excluded from the returned result, regardless of whether the property is specified as 'return with result' on the index level, or is included in the 'CustomReturnedProperties' collection.

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public List<string> CustomExcludedProperties { get; set; }

Property Value

Type: List String 
See Also