The method or operation is not implemented module add item

Posted by Community Admin on 03-Aug-2018 17:13

The method or operation is not implemented module add item

All Replies

Posted by Community Admin on 14-Jan-2018 00:00

I created sitefinity custom module in VS

when I try to add item I get error

The method or operation is not implemented on line manager.SaveChanges();

var item = manager.Createm2Item();
            m2ItemsViewModelTranslator.ToModel(viewModel, item, manager);
            manager.SaveChanges();
            return item;

This thread is closed