Dynamicweb 8 Documentation
Update(ItemEntry) Method

Item to insert/update.
Either inserts new or updates existing record that correspond to the given item.
Syntax
'Declaration
 
Public Overloads Overridable Function Update( _ 
   ByVal item As ItemEntry _ 
) As String
public virtual string Update( 
   ItemEntry item 
)

Parameters

item
Item to insert/update.

Return Value

An Id of the item that was inserted/updated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repository Class
Repository Members
Overload List

Send Feedback