ExistsFeed Method
Checks whether the feed exists.
Syntax
exists = FeedsManager.ExistsFeed(feedPath)
Parameters
feedPath Required. String that specifies the folder path and feed name.
Return Value
Boolean that returns one of the following possible values:
true
The feed exists.false
The feed does not exist.
Applies To
FeedsManager
See Also