Can someone please tell me the best way to get a list item field by its 
internal name?
Will this work or do I need to grab the item properties and look inside that?
SPListItemCollection listItems = oList.Items;
foreach (SPListItem listItem in listItems)
{
    SPListItem thumbnail = listItem.Fields["ThumbnailUrl"];
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to