JohnHolliday.Caml.Net.dll 썸네일형 리스트형 SharePoint SPQuery-3 오늘에 끄적거림 입니다. JohnHolliday Caml 쿼리 입니다. JohnHolliday.Caml.Net.dll 을 이용하여 같단하게 Caml 쿼리를 만들 수 있습니다. 위에 DLL 올려 놨어요~~ 우선 프로젝트 참조에 추가 하고 상단에 using JohnHolliday.Caml.Net; 추가 합니다. using (SPSite suSite = new SPSite("http://mysite")) { using (SPWeb suWeb = suSite.OpenWeb()) { string strScript = string.Empty; string whereCondition = string.Empty; SPList awardList = suWeb.Lists["mylist"]; whereCondition = .. 더보기 이전 1 다음