tad3j
tad3j
Nice to hear that Kevin, you are awesome. Glad I asked before I started the work on this. I'm more than happy to do some testing with the new version...
Thanks for quick response. I see, sorry to hear it was changed...however, looking forward for new release then. Good luck with it. Tadej
This is the code I was using: ... var categories = _wpWrapper.GetCategories(); foreach (var category in categories) { categoriesTable[i, 3] = category.Description; ... } I've actually found the answer to...