Change Code (API) bug ?
itemID = page5.Page.Id;
vManager = VersionManager.GetManager();
history = vManager.GetItemVersionHistory(itemID);
first = history.First(); //<---- RETURNS EMPTY IList WHEN IT SHOULDN"T
change = new WcfChange(first);
mod = change.CreatedByUserName;
Hi Jon,
If you go to Page >> Version and History can you see the page version there? We use the same code to get the version item. If you see the page from the UI, you should see an item returned in the code sample we sent you.
Regards,
Ivan Dimitrov
the Telerik team