Deletes the term.

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

Syntax

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

Implements

ITermController..::..DeleteTerm(Term)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionterm is null.
System..::..ArgumentOutOfRangeExceptionterm.TermId is less than 0.

See Also