10 2015 档案

摘要:DataTable dtUser = GetEmptyDT(); Dictionary test1 = GetUserAndGroup(clsConst.enumADName.AD_1); foreach (DirectoryEnt... 阅读全文
posted @ 2015-10-21 18:34 良中一贝 阅读(630) 评论(0) 推荐(0)
摘要:public void UploadDocument(string siteURL, string documentListName,string documentListURL, string documentName,byte[] documentStream){using (ClientCon... 阅读全文
posted @ 2015-10-16 14:23 良中一贝
摘要:public static void ExportResultLog(System.Data.DataTable dt, string fileName, string path) { if (!System.IO.Directory.Exists... 阅读全文
posted @ 2015-10-14 09:06 良中一贝 阅读(391) 评论(0) 推荐(0)
摘要://create method getElementsByClassName for document if(!document.getElementsByClassName){ document.getElementsByClassName = function(classNa... 阅读全文
posted @ 2015-10-07 12:31 良中一贝
摘要: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 良中一贝
摘要:在 SharePoint 2013 中管理被阻止的文件类型SharePoint 2013适用于:SharePoint Foundation 2013, SharePoint Server 2013上一次修改主题:2015-03-09摘要:在 SharePoint 2013 中如何基于文件类型的扩展名... 阅读全文
posted @ 2015-10-02 13:17 良中一贝