UpdateEntry Property
An Atom entry to be updated, deleted or created.
Syntax
public AtomEntry getUpdateEntry(); public void setUpdateEntry(AtomEntry updateEntry);
Remarks
This property allows you to create, update, and delete Atom resources using the Put method.
If UpdateFile is empty, UpdateEntry will be used to form the content of the HTTP request.