Sign in
|
Join
|
Help
in
Current Tags
akhileshtiwari
Community Bloggers
(Entire Site)
SharePoint Blogs
The Best Place for SharePoint-related Blogs
Home / Blogs
Get a blog here!
SharePoint University
Downloads
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
How to Create LookUp Column (SPFieldLookUp) and Associate it to a Field in List?
Query Multiple Lists using SPSiteDataQuery class
Tags
CAML
MOSS
MOSS Search CAML SPSiteDataQuery
Search
SPFieldLookUp LookupColumn
SPSiteDataQuery
Archives
December 2007
(1)
October 2007
(1)
akhileshtiwari
Browse by Tags
All Tags
»
MOSS Search CAML SPSiteDataQuery
(
RSS
)
CAML
MOSS
Search
SPSiteDataQuery
Query Multiple Lists using SPSiteDataQuery class
I will take an example of searching files added in last 7 days in 'document library. using (SPSite site = new Site("<site_url">) { using (SPWeb web = site.AllWebs["/"]) //Best practice to use SPWeb in using. { DataTable dt;...
Posted
Oct 11 2007, 10:19 PM
by
Akhilesh Tiwari
with | with
6 comment(s)
Filed under:
MOSS Search CAML SPSiteDataQuery
,
CAML
,
Search
,
SPSiteDataQuery
,
MOSS
Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts