A C# view on problems I come across.
MultilistField Tags = Sitecore.Context.Item.Fields["Product Tags"];
Item[] TagList = Tags.GetItems();
I found this post very helpful. Before, I was trying to create an array of items without populating the multilist field (in one step) and was wondering why the GetItems() wasn't working.. Much appreciated++
Helpful. Thanks!
I found this post very helpful. Before, I was trying to create an array of items without populating the multilist field (in one step) and was wondering why the GetItems() wasn't working.. Much appreciated++
ReplyDeleteHelpful. Thanks!
ReplyDelete