Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

How get URL for list item using SharePoint client object model?

$
0
0

Hi, guys! May you help me?!!! I need get full URL for list item using client object model. I will appreciate any helpful links. I have part of code 

        while (listEnum.moveNext()) {
            var curentItem = listEnum.get_current();
            if (curentItem.get_item('Enterprise').get_lookupValue() == this._enterprise) {
                listOrganization += "<tr><td><a href="+ I_need_link_here + ">" + curentItem.get_item('Title') + "</a>" + "</td></tr>";
            }
        }


Aleksandr Shramko


Viewing all articles
Browse latest Browse all 11571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>