Updates the content item.

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

Syntax

C#
void UpdateContentItem(
	ContentItem contentItem
)
Visual Basic
Sub UpdateContentItem ( 
	contentItem As ContentItem
)

Parameters

contentItem
Type: DotNetNuke.Entities.Content..::..ContentItem
The content item.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptioncontent item is null.
System..::..ArgumentOutOfRangeExceptioncontent item's id less than 0.

See Also