GetFeed Method

Retrieves a feed from its path.

Syntax

feed = FeedsManager.GetFeed(feedPath)

Parameters

feedPath Required. String that specifies the folder path and feed name.

Return Value

Object that receives the specified feed, or null if the feed does not exist.

Applies To

FeedsManager

See Also

ExistsFeed