摘要: 在SharePoint模拟指定用户身份进行操作的代码: string siteUrl = "http://ecpe-dev:82/sites/sjs" ; //首先用管理员身份去到某个用户的Token,必须,非管理员无法模拟 SPSite site = new SPSite(siteUrl); //此时用户... 阅读全文
posted @ 2008-07-09 08:26 邑尘 阅读(389) 评论(0) 推荐(0)