|
| Re: [CDO] ObjectCommitHistory get N last commits/items [message #1008213 is a reply to message #1008198] |
Mon, 11 February 2013 08:51  |
Erdal Karaca Messages: 620 Registered: July 2009 |
Senior Member |
|
|
OK, this will do the trick:
CDOObjectHistory cdoObjectHistory = cdoObject.cdoHistory();
cdoObjectHistory.setLoadCount(loadCount);
The loadCount option tells it to fetch N (=loadCount) elements.
Thanks, Eike!
Erdal Karaca wrote on Mon, 11 February 2013 12:48Is there a way to tell the CDOObjectHistory to return the N last/latest commits?
|
|
|
Powered by
FUDForum. Page generated in 0.01406 seconds