Gets the term.

Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Term GetTerm(
	int termId
)
Visual Basic
Public Function GetTerm ( 
	termId As Integer
) As Term

Parameters

termId
Type: System..::..Int32
The term id.

Return Value

specific term.

Implements

ITermController..::..GetTerm(Int32)

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptiontermId is less than 0.

See Also