文章分类 -  sharepoint

SharePoint Wiki: Create pages based on a template
摘要:using System; using System.Web.UI; using Microsoft.SharePoint.ApplicationPages; using Microsoft.SharePoint.WebControls; using Microsoft.SharePoint; namespace Mho.SharePoint.Trials { public class E... 阅读全文
posted @ 2008-08-12 01:23 sinjane 阅读(231) 评论(0) 推荐(0)
sharepoint 对象学习
摘要:1、SPListItem.UpdateOverwriteVersion 保存 ,不产生新的版本记录 The SPListItem.UpdateOverwriteVersion method allows for the setting of properties on a SPListItem object without creating a separate version of the ... 阅读全文
posted @ 2008-08-10 16:55 sinjane 阅读(180) 评论(0) 推荐(0)