Click or drag to resize

SPListItemVersionExtensionsGetTerms Method

Loads all terms from the specified list item.

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static IEnumerable<Term> GetTerms(
	this SPListItemVersion version
)

Parameters

version
Type: SPListItemVersion

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 SPListItemVersion. 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