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

ContactETag Property

The ETag of the current contact in a Google Contacts feed.

Syntax

[VB.NET]
Public Property ContactETag As String

[C#]
public string ContactETag {get; set;}

Remarks

To ensure that the data sent to Google does not overwrite another client's changes, Google checks the ETag sent with the request against the ETag of the existing contact. If they do not match, this means the last change was made by a different client, and the "HTTP 412 Precondition Failed" status code is returned.

This property is used to obtain the ETag of the specified contact within a Google Contact feed and will be populated once ContactIndex is set.

This property is also used when retrieving, updating or deleting an entry. When ContactETag contains a non-empty string, an "If-None-Match" header will be sent with the entered value when QueryContacts is called. When DeleteContact or UpdateContact is called, an "If-Match" header will be sent with the entered value.

To bypass this verification process and process the update regardless of updates from other clients, set this configuration setting to "*".

This property is not available at design time.

Default Value

""

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