ぷ行走de猫げ

在快乐中成长,在快乐中学习!

摘要: SPWeb Web = SPControl.GetContextWeb(this.Context); SPList List = Web.Lists["Zoo"]; SPQuery query = new SPQuery(); query.Query = "xiaohuang"; query.ViewAttributes = "Scope='Recursive'"; //设置范围为递归,包含子文件... 阅读全文
posted @ 2009-01-04 18:56 李天翔 阅读(1128) 评论(3) 推荐(0) 编辑