Click or drag to resize

SPListItemExtensionsGetTerms 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 SPListItem item
)

Parameters

item
Type: SPListItem

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