var lists = new SPAPI_Lists(" ; var listcollection = lists.getListCollection(); if(listcollection.status == "200"){ $(listcollection.responseXML ).find("List").each(function(){ //here we have each list }); var listItems = jP.getList('/','Title').getSPItemsW ithQuery(CamlQuery,RowLimit); var itemObjects = listItems.getItemsFieldData();
clientContext.Load(oList,list => list.Fields.Where(field => field.Hidden == false && field.Filterable == true)); clientContext.ExecuteQuery();