Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

UpdateEntry Method

Update a Google Data entry.

Syntax

[VB.NET]
Public Sub UpdateEntry()
[C#]
public void UpdateEntry();

Remarks

The component will update the Google Data entry specified by EntryEditURL. It will update the Google Data entry with the elements specified by EntryElements.

When called an "If-Match" header will be sent with the value contained within EntryETag.

Upon a successful update, the response will be parsed and EntryIndex will be set to 1 (the first entry within the response). Thus all previous entries contained by the component, prior to the UpdateEntry call, will be cleared and replaced with the response entry data. OtherHeaders will also be cleared and thus will need to be reset accordingly with each call made. EntryIndex will also be set to 1, thus populating EntryETag, EntryElements, and EntryEditURL.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0