取得 SharePoint 中列表的Guid和列表视图的Guid (List's Guid and List View Guid)
摘要:
查询数据库时要先确定列表所在的内容数据库. 选定内容数据库后,执行以下sql语句 select t.tp_title,t.tp_id as listid,a.tp_id as viewid,a.tp_displayname from AllListst,WebPartsa... 阅读全文
posted @ 2009-04-21 17:05 广思 阅读(714) 评论(0) 推荐(0) 编辑