Click or drag to resize
SearchDataProviderGetFieldNames Method
All available fields in the search.

Namespace: Colygon.MatchPoint.Search.DataProvider
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public override IEnumerable<FieldName> GetFieldNames(
	MPInstance instance
)

Parameters

instance
Type: Colygon.MatchPoint.CoreMPInstance

Return Value

Type: IEnumerableFieldName
A set of all managed properties in the Search Service Application, available in current context
See Also