Handy Snippet for Sitecore CMS - Part 4 - Getting items from a Treelis(hockblogs.net)

submitted by hockmanhockman(505) 2 years, 2 months ago

Hi there, Part 4 of my handy snippets section. This time, getting the items from a Treelist. Sitecore.Data.Items.Item item = Sitecore.Context.Item; Sitecore.Data.ID[] ids = Sitecore.Data.ID.ParseArray(item["TreelistField"], false); foreach (ID id in ids) { Item target = Sitecore.Context.Database.GetItem(id); // Do something with the id.... }

add a comment |category: |Views: 14

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story