I am trying to use the DocumentInfo.Create method with the EntryNameOption set to EntryNameOption.Overwrite, but when there is a name conflict I get a 9002 (Object already exists) error.
Laserfiche.RepositoryAccess.DuplicateObjectException: Object already exists. [9002] at Laserfiche.RepositoryAccess.EntryLock.LockInternal(HttpUrl url, LockType type, Dictionary`2 additionalHeaders, String etag) at Laserfiche.RepositoryAccess.EntryLock..ctor(EntryInfo info, EntryNameOption options) at Laserfiche.RepositoryAccess.Entry.MakeDocFolderWithLock(EntryInfo info, EntryNameOption options) at Laserfiche.RepositoryAccess.DocumentInfo.Create(FolderInfo parent, String name, EntryNameOption options)