Updates the term.

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

Syntax

C#
public void UpdateTerm(
	Term term
)
Visual Basic
Public Sub UpdateTerm ( 
	term As Term
)

Implements

ITermController..::..UpdateTerm(Term)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionterm is null.
System..::..ArgumentOutOfRangeExceptionterm.TermId is less than 0.
System..::..ArgumentOutOfRangeExceptionterm.VocabularyId is less than 0.
System..::..ArgumentExceptionterm.Name is empty.

See Also