takes the updated entry returned and sets the properties to this object

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

Syntax

C#
protected void CopyEntry(

	AtomEntry updatedEntry

)
Visual Basic (Declaration)
Protected Sub CopyEntry ( _

	updatedEntry As AtomEntry _

)
Visual C++
protected:

void CopyEntry(

	AtomEntry^ updatedEntry

)

Parameters

updatedEntry
Type: Google.GData.Client..::.AtomEntry

See Also