Skip to main content

Posts

Showing posts with the label SPListItem

Sandbox ImageValueField Publishing

SPListItem theitem = SPContext .Current.Site.RootWeb.Lists[ "listname" ].GetItemById(1); string theImg = theitem .GetFormattedValue("ChallengeImage"); string theImgUrl =""; if(!string.IsNullOrEmpty(theImg)) {       theImgUrl  = XElement.Parse(ImgTag + "").Attribute("src").Value; }