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

GDataEntryElement Type

An object representing a single Google Data entry element.

Remarks

An object representing a single Google Data entry element.

Fields

Attributes
String

A space-separated list of attributes (name-value pairs) contained within a Google Data entry element. For example: name1="value1" name2="value2"

Name
String

The Name of the Google data entry element.

Setting this property to empty string prior to calling UpdateEntry will result in the item not being sent in the update request. Thus removing it from the Google Data entry.

Value
String

The Value of the Google data entry element.

ValueFormat
EntryElementFormats

The format of the value for the Google Data entry element.

Used to identify the format of the Value property. If the entry element contains sub-elements (children), this property will be set to vfFullXML. Otherwise, it will be set to vfText.

This property is also used to specify the how the Value will be sent in an Update request. If set to vfFullXML (default), Value will be sent as specified. If set to vfText, any '<', '>', and '&' characters within Value are escaped to '<', '>', and '&'.

XPath
String

The XPath of the Google data entry element. This value can be used to set XPath to further parse the entry element.

Constructors

[VB.NET]
Public GDataEntryElement()

[C#]
public GDataEntryElement();



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