[This is preliminary documentation and subject to change.]
Retrieves the data objects tree in a specified order using paging.
 A read only collectio which allows to access all the existing root 
IDataObjectHandler.RetrievePaged
The returned collection allows to iterate over all items or a subset of all items. See the PagedReadOnlyCollection for further information about its features.
Retrieving root objects using paging is useful if there are a lot of root objects from the specified type. The items of the returned collection are only loaded if they are requested. A paged collection also optimises the used memory by freeing loaded items if the loaded item count exceeds the maxLoadedItemCount.
 The 
 It is allowed to modify the items of a paged collection. It is also allowed to add new or existing 
 The 
PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace | PersistenceHandler.RetrievePaged Overload List | PagedReadOnlyCollection | Store | Remove | data objects | PagedReadOnlyCollection | Store | data objects