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.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.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