FeedFactory Class Properties

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

Description

This property returns a collection of all data source definitions (a collection of DataSource objects).

This property is read-only.

Description

This property returns a collection of all feed definitions (a collection of Feed objects).

This property is read-only.

Description

This property returns the Utility object used by this FeedFactory object.

This property is read-only.

Example

import PTFP_FEED:FeedFactory;
import PTFP_FEED:UTILITY:Utility;

Local PTFP_FEED:FeedFactory &thisFeedFactory = create PTFP_FEED:FeedFactory();
Local PTFP_FEED:UTILITY:Utility &utility;

&utility = &thisFeedFactory.Utility;