Checks if a folder contains a subfolder with the supplied name.
Parameters
Name |
Type |
Description |
parentFolderId |
Integer |
ID of parent folder. |
name |
String |
Name of subfolder to find. |
Returns
Type: Boolean
true if subfolder exists, false otherwise.
Addresses
JSON: http://<Base Address>/Folder/json/CheckSubfolderExists
JSON (for IIS): http://<Base Address>/Folder.svc/json/CheckSubfolderExists