I have two document libraries: bucket and Documents. The user uploads the file to the bucket and when all the field are filled, an event receiver checks if the filename already exists (and renames it) and copies the file to Documents.
At the bucket list, I want to inform the user that the filename already exists. I can't find (in Web Api results) a field with the filename.
Are there any other solutions?Even startswith will be fine.Thank you.