How to move item index in editable BO List

How to move item index in editable BO List

Old forum URL: forums.lhotka.net/forums/t/6472.aspx


miloy001 posted on Friday, February 20, 2009

In my editable BO list, such as

public class MyBOList : BusinessListBase<MyBOList,MyBO>

How can I move item index in the collection? For instance, to swap MyBOList[0] with MyBOList[1]. Is this possible?

Thanks,

 

Copyright (c) Marimer LLC