logo
  • 教程列表
  • SO官方文檔
  • 使用受管伺服器端物件模型(完全信任)
    • Hello World(獲取網站標題)
    • 迴圈遍歷整個 SharePoint 場
    • 檢索列表項
    • 使用分頁檢索專案
    • 獲取網址列表
    • 建立列表項
  1. StackOverflow 文件
  2. sharepoint 教程
  3. 使用受管伺服器端物件模型(完全信任)
  4. 獲取網址列表

獲取網址列表

Created: November-22, 2018

using (SPSite site = new SPSite("http://server/sites/siteCollection"))
using (SPWeb web = site.OpenWeb())
{
    string listUrl = string.Format("{0}{1}", web.ServerRelativeUrl, "Lists/SomeList");
    SPList list = web.GetList(listUrl);
}
  • 建立列表項
  • 使用分頁檢索專案

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明