随笔分类 -  シェアポイント

摘要:#region 关键代码:强迫以管理员权限运行$currentWi = [Security.Principal.WindowsIdentity]::GetCurrent() $currentWp = [Security.Principal.WindowsPrincipal]$currentWi if... 阅读全文
posted @ 2015-11-27 16:57 良中一贝 阅读(271) 评论(0) 推荐(0)
摘要:public void UploadDocument(string siteURL, string documentListName,string documentListURL, string documentName,byte[] documentStream){using (ClientCon... 阅读全文
posted @ 2015-10-16 14:23 良中一贝
摘要:using Microsoft.SharePoint;using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.IO;using System.Lin... 阅读全文
posted @ 2015-10-02 14:46 良中一贝