AI OnAI Off
The paging API:s, as well as the other GetChildren methods, will always return the items sorted as to what is defined on the parent node, for instance alphabetic or by sort index. There is no way to pass in custom sorting to this method since the paging is done on the database level.
Given a ContentFolder, is it possible to get a sorted and/or grouped list of its children with paging support?
Currently the follwing is being used :
Is there a way to get these results sorted and/or grouped?