SharePoint SPListItemCollection ReorderItems

Does anyone know how to use the SPListItemCollection ReorderItems method? I can not find enough documentation for this method. What I want to do is sort the list in descending order by date. I am not sure what the required values ​​are, http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitemcollection.reorderitems.aspx , thanks for all the help.

+3
source share
1 answer

The link you provided gives you all the information you need. You can get additional information on refactoring:

Microsoft.SharePoint.ApplicationPages.dll in ReorderPage 'BtnSave_Click class.

, , , , , true. google URL, .

+2

Source: https://habr.com/ru/post/1702373/


All Articles