SearchDataProviderGetFieldNames Method |
All available fields in the search.
Namespace:
Colygon.MatchPoint.Search.DataProvider
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public override IEnumerable<FieldName> GetFieldNames(
MPInstance instance
)
Parameters
- instance
- Type: Colygon.MatchPoint.CoreMPInstance
Return Value
Type:
IEnumerableFieldNameA set of all managed properties in the Search Service Application, available in current context
See Also