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

EntryETag Property

The ETag of the current entry in a Google Data feed.

Syntax

[VB.NET]
Public Property EntryETag As String

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

Remarks

This property is used to obtain the ETag of the specified entry within a Google Data feed and will be populated once EntryIndex is set.

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

This property is not available at design time.

Default Value

""

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