ExistsSubfolder Method
Verifies whether a subfolder exists.
Syntax
exists = FeedFolder.ExistsSubfolder(folderName)
Parameters
folderName Required. String that specifies the feed folder path.
Return Value
Boolean that returns one of the following possible values:
true
The subfolder exists.false
The subfolder does not exist.
Applies To
FeedFolder
See Also