SearchDataProviderGetFieldNames Method |
All available fields in the search.
Namespace: Colygon.MatchPoint.Search.DataProviderAssembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.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