会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ceci
博客园
首页
新随笔
联系
管理
2008年7月9日
代码模拟用户登陆
摘要: 在SharePoint模拟指定用户身份进行操作的代码: string siteUrl = "http://ecpe-dev:82/sites/sjs" ; //首先用管理员身份去到某个用户的Token,必须,非管理员无法模拟 SPSite site = new SPSite(siteUrl); //此时用户...
阅读全文
posted @ 2008-07-09 08:26 邑尘
阅读(389)
评论(0)
推荐(0)
公告