Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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