Gets the term.
Namespace: DotNetNuke.Entities.Content.TaxonomyAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | termId is less than 0. |