Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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