I have a NewsItem object and I want to get all it's customfields, how do I do that?
I have this exsample code:
foreach(NewsItem ni in GetNewsListFromCategory("9", Dynamicweb.NewsV2.NewsItem.NewsStatus.All, Dynamicweb.NewsV2.NewsItem.SortFields.NewsDate, Dynamicweb.Modules.Common.Lists.SortDirection.ASC, "", 0, 999, false))
{
//And now I what to get all the customfields on the current "ni" object. Any idea how, please fill in :)
}