ExistsFeed Method
Verifies whether a feed exists.
Syntax
exists = FeedFolder.ExistsFeed(feedName)
Parameters
feedName Required. String that specifies the 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
FeedFolder
See Also