FeedEntry Class Properties

In this section, the FeedEntry class properties are presented in alphabetical order.

Description

Use this property to set or return the author attribute for the feed entry as an array of string. The first element of the array is the author's name; the second element is the author's email address.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to return the categories for the feed entry as an array of string.

This property is read-only.

Note: This is an abstract property.

Description

Use this property to set or return a comments attribute for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return the content URL for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to return the contributors for the feed entry as an array of array of string. The first element of the subarray is the contributor's name; the second element is the contributor's email address.

This property is read-only.

Note: This is an abstract property.

Description

Use this property to set or return the copyright for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return the description for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to return the enclosures for the feed entry as an array of array of string. The first element of the subarray is the enclosure's URL; the second element is the enclosure's type; and the third element is the enclosure's length.

This property is read-only.

Note: This is an abstract property.

Description

Use this property to set or return the expiration date and time for the feed entry as a DateTime value.

This property is read/write.

Description

Use this property to return the FeedDoc object that is the parent of this feed entry.

This property is read-only.

Example

&return_value = %This.FeedDoc.stringToDatetime(&expires_inst.NodeValue);

Description

Use this property to set or return the content for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return a globally unique ID (GUID) for the feed entry.

This property is read/write.

Note: This is an abstract property. For some feed formats, GUID is set to be the content URL for the feed entry.

Related Links

ContentUrl

Description

Use this property to return the ID for this feed entry as a string.

This property is read-only.

Description

Use this property to set or return the maximum age (in milliseconds) of the feed entry as a number.

Note: This property can be defined for scheduled feeds only if the DSPARAMETER_SF_MAXMINUTES data source parameter is set. This property is not enforced by all feed readers.

This property is read/write.

Description

Use this property to return the object type for the feed entry as a string. For a feed entry, this is a constant value: FeedEntry .

This property is read-only.

Description

Use this property to set or return the initial publication date and time for this feed entry as a DateTime value.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return the title for the feed entry as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return the date and time the feed entry was last updated as a DateTime value. Initially, the Updated and Published properties have equivalent values. However, if the feed entry is changed, then Updated is different from Published.

This property is read/write.

Note: This is an abstract property.