我需要從ms-unselectedtitle這是SharePoint 2007列表中ms-vb-title的子元素中提取ID。然後這將與一個url連接在一起打開一個新窗口。窗口需要用window.open()方法打開,這樣我可以控制大小並關閉菜單。在列表中按計算列創建鏈接將不起作用,因爲它只是在包含所有菜單的選項卡中打開一個新窗口。我在這裏找到代碼(「How to get ID value fro
我想通過Web服務獲取Sharepoint 2007列表的內容。我使用此代碼,這是我大多來自the MSDN page for GetListItems複製: using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;