Click or drag to resize
TaxonomyCompatibilityExtensionsLoadTerms Method

Note: This API is now obsolete.

Loads terms from the specified search result value. This method is obsolete, please use GetTerms(this ITermResultRecord source, string fieldName) instead.

Namespace: Colygon.MatchPoint.Taxonomy
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
[ObsoleteAttribute]
public static IEnumerable<Term> LoadTerms(
	this IResultRecord record,
	Object value
)

Parameters

record
Type: Colygon.MatchPoint.Core.DataProvidersIResultRecord
value
Type: SystemObject

Return Value

Type: IEnumerableTerm

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IResultRecord. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also