| infoRouter Document Management System - Web Services API Documentation |
| FolderExists |
| Determines whether the given path refers to an existing folder. |
| Syntax |
[Visual Basic] |
| Parameters |
|
| Return Value |
|
returns xml fragment. <response success="true" error=""> if success = "true", the folder has been found. if success = "false", the error returns the error description. |
| Remarks |
|
The caller must have at least "List" permissions on the specified folder. if the folder does not exist or if the calling user has "No Access" permissions, the function returns the error message "Folder does not exist". Please note that the folder may in fact exist. If the calling user does not have access, the returned message will be "Folder does not exist". |
| Example |
Public Sub FolderExists() |
| See Also |
|
documentexists|GetFolder |
| Syntax based on infoRouter Document Management System Web Services API Version 7.0 |
| Copyright() 1998-2003 Active Innovations, Inc. |
| infoRouter Document Management System |