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 a feed folder exists.
Syntax
exists = FeedsManager.ExistsFolder(folderPath)
Parameters
folderPath Required. String that specifies the feed folder path.
Return Value
Boolean that returns one of the following possible values:
true
The folder exists.false
The folder does not exist.
Applies To
FeedsManager
See Also