03-18-2015 10:07 AM
|- 1 FOLDER1
|- 2 FOLDER2
|- 3 FOLDER3
|- 4 FOLDER4
|- 5 FOLDER5
|- 6 FOLDER6
|- 7 FOLDER7
|- 8 FOLDER8
|- 9 FOLDER9
|- 10 FOLDER10
|- 11 FOLDER11
|- 12 FOLDER12
List<Pair<QName, Boolean>> sortProps = new ArrayList() {
{
add(new Pair<>(
GetChildrenCannedQuery.SORT_QNAME_NODE_IS_FOLDER, false));
add(new Pair<>(ContentModel.PROP_NAME, true));
}
};
PagingResults<FileInfo> results = fileFolderService.list(parent,
!onlyFolders, true, null, sortProps, new PagingRequest(
skipCount, maxItems));
|- 1 FOLDER1
|- 10 FOLDER10
|- 11 FOLDER11
|- 12 FOLDER12
|- 2 FOLDER2
|- 3 FOLDER3
|- 4 FOLDER4
|- 5 FOLDER5
|- 6 FOLDER6
|- 7 FOLDER7
|- 8 FOLDER8
|- 9 FOLDER9
03-20-2015 05:26 AM
04-02-2015 03:18 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.