Quantcast
Viewing all articles
Browse latest Browse all 6517

New Post: Does GetListCollection support mutiple templates

If so, what is the syntax......

$().SPServices({
operation:"GetListCollection",
async:false,
completefunc: function(xData, Status) {
$(xData.responseXML).find("List[ServerTemplate='101']").each(function(){
listName = $(this).attr("Title");

Thanks,
Dan

Viewing all articles
Browse latest Browse all 6517

Trending Articles