ExistsFolder Method
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