Click or drag to resize

TermCollectionConfigurationLoad Method (TaxonomySession, EvaluatorScope)

Returns the specified terms using the provided (SharePoint) taxonomy session and the (MatchPoint) expression evaluator scope.

Namespace:  Colygon.MatchPoint.Taxonomy.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public Term[] Load(
	TaxonomySession session,
	EvaluatorScope scope
)

Parameters

session
Type: TaxonomySession
scope
Type: Colygon.MatchPoint.Core.ExpressionsEvaluatorScope

Return Value

Type: Term
See Also