Updates the list entry in the database using the values set on the listEntry. Note that if the current thread locale is not "en-US" then the text value will be persisted to a resource file under App_GlobalResources using the list's name and the value as key. Also the supplied text value will *not* be written to the database in this case (i.e. we expect the text value in the database to be the en-US text value).

Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void UpdateListEntry(
	ListEntryInfo listEntry
)
Visual Basic
Public Sub UpdateListEntry ( 
	listEntry As ListEntryInfo
)

Parameters

listEntry
Type: DotNetNuke.Common.Lists..::..ListEntryInfo
The list entry info item to update.

See Also