在SharePoint中对文档库(列表)进行的一些操作以下是我在开发SharePoint过程中写的对文档库和列表进行的一些基本操作,先写下来,日后在加。
using
 System;
在SharePoint中对文档库(列表)进行的一些操作
using System.Data;
在SharePoint中对文档库(列表)进行的一些操作
using System.Configuration;
在SharePoint中对文档库(列表)进行的一些操作
using System.Collections;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web.Security;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web.UI;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web.UI.WebControls;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web.UI.WebControls.WebParts;
在SharePoint中对文档库(列表)进行的一些操作
using System.Web.UI.HtmlControls;
在SharePoint中对文档库(列表)进行的一些操作
在SharePoint中对文档库(列表)进行的一些操作
using System.Data.SqlClient;
在SharePoint中对文档库(列表)进行的一些操作
using System.IO;
在SharePoint中对文档库(列表)进行的一些操作
using Microsoft.SharePoint;
在SharePoint中对文档库(列表)进行的一些操作
using yesinda.yesindakms.sharepoint;
在SharePoint中对文档库(列表)进行的一些操作
using yesinda.yesindakms.sharepoint.List;
在SharePoint中对文档库(列表)进行的一些操作
using Microsoft.SharePoint.WebControls;
在SharePoint中对文档库(列表)进行的一些操作
using Microsoft.SharePoint.Utilities;
在SharePoint中对文档库(列表)进行的一些操作
在SharePoint中对文档库(列表)进行的一些操作
public partial class usercontrol_CreateNewDoc : System.Web.UI.UserControl
}



转自:http://www.cnblogs.com/jhobo/archive/2007/06/06/773647.html

相关文章: