I want to prevent duplicate file names in a document library.
Let me know how can I enforce the unique names in the library.
Thanks RH
|
I want to prevent duplicate file names in a document library. Let me know how can I enforce the unique names in the library. Thanks RH |
|||
|
|
|
Create an event receiver for the library on the ItemAdding, check if an item with that name already exist => if this is true add this code :
or use this : http://social.technet.microsoft.com/Forums/en-US/sharepointdevelopment/thread/301f3a11-498a-4cf7-93f1-774a032606d0 |
||||
|
|