GetFeedByUrl Method

Retrieves a feed by its URL.

Syntax

feed = FeedsManager.GetFeedByUrl(feedUrl)

Parameters

feedUrl Required. String that specifies the URL for the feed.

Return Value

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

Applies To

FeedsManager