commits the item to the server

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.2.3.0

Syntax

C#
public AtomEntry Update()
Visual Basic (Declaration)
Public Function Update As AtomEntry
Visual C++
public:

AtomEntry^ Update()

Return Value

throws an exception if an error occured updating, returns the updated entry from the service

See Also