FeedDoc Class Properties

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

Description

Use this property to return a Boolean value indicating whether more feed entries are allowed for this FeedDoc object.

This property is read-only.

Description

Use this property to return the release label from the PSRELEASE table as a string.

This property is read-only.

Description

Use this property to return the categories for the FeedDoc object as an array of string.

This property is read-only.

Note: This is an abstract property.

Description

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

This property is read/write.

Note: This is an abstract property.

Example

&newDoc.ContentUrl = %This.FeedContentUrl;

Description

Use this property to set or return the copyright for the feed document 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 document as a string.

This property is read/write.

Note: This is an abstract property.

Example

&newDoc.Description = %This.Description;

Description

Use this property to return a collection of FeedEntry objects.

This property is read-only.

Description

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

This property is read/write.

Description

Use this property to return the feed format for the feed document as a string.

This property is read-only.

Description

Use this property to set or return feed URL as a string.

This property is read/write.

Note: This is an abstract property.

Example

&newDoc.FeedUrl = &feedUrl;

Description

Use this property to set or return the URL for the first page of a paged feed as a string.

This property is read/write.

Description

Use this property to set or return the generator of this feed document as a string.

This property is read/write.

Note: This is an abstract property.

Description

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

This property is read-only.

Description

Use this property to set or return the URL for the last page of a paged feed as a string.

This property is read/write.

Description

Use this property to set or return the logo for this feed document as a string.

This property is read/write.

Note: This is an abstract property.

Description

Use this property to set or return the maximum age (in milliseconds) of the feed document 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 set or return the maximum number of feed entries for the feed document as a number.

This property is read/write.

The default value is 0, which is an unlimited number of entries.

Description

Use this property to set or return the URL for the next page of a paged feed as a string.

This property is read/write.

Description

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

This property is read-only.

Description

Use this property to set or return the URL for the previous page of a paged feed as a string.

This property is read/write.

Description

Use this property to return the root element for this feed document as an XmlNode object.

This property is read-only.

Description

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

This property is read/write.

Note: This is an abstract property.

Example

&newDoc.Title = %This.Title;

Description

Use this property to set or return the date and time the feed document was last updated as a DateTime value.

This property is read/write.

Note: This is an abstract property.