POST /File/NameExists/{parentId}/
Determines whether a file with the specified name exists in the specified folder.
Request
Method |
Request URI |
POST |
/API/File/NameExists/{parentId}/?id=value&sessionId=value |
URI Parameters
URI Parameter |
Description |
id |
The ID of the parent folder.
|
sessionId |
ID of the current session.
|
Request Body
Name: name
Type: System.String
Response
Response Body
true if a file with the specified name exists in the specified folder;
otherwise false. Or an error code in case of operation failure.