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.
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