Updates the content item.
Namespace: DotNetNuke.Entities.ContentAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | content item is null. |
| System..::..ArgumentOutOfRangeException | content item's id less than 0. |