During the Gathering Node data event, I want to run some code and based on the result I want to change the order of nodes in the Umbraco back office.
Is this possible? I'm using V6
In code there is a sort order method against Document
Document doc = new Document(<nodeId>); doc.SortOrder = <int>;
This manipulates the database tables including cmsContentXml & UmbracoNode:
In code there is a sort order method against Document
This manipulates the database tables including cmsContentXml & UmbracoNode: