Adis Jugo
The southern side
Sign in
|
Join
|
Help
Home
Contact
RSS for Posts
Atom
RSS for Comments
Email Notifications
Search
Go
Tags
.NET
ActiveReports
Bugs
C#
CAML
CLARION
Development
EAI
Microsoft SharePoint
Microsoft SharePoint Object Model
MOSS
MOSS 2007
MySQL
NET
Office
SharePoint
SharePoint Object Model
SharePointh
SPEncode
SQL SERVER
VBA
Visual Studio
Windays
Windows
XCEED
Community
Home
Blogs
Media
Archives
November 2009 (1)
October 2009 (1)
March 2009 (3)
February 2009 (2)
October 2008 (1)
June 2008 (2)
May 2008 (1)
April 2008 (1)
March 2008 (3)
January 2008 (2)
December 2007 (1)
September 2007 (1)
February 2007 (1)
November 2006 (1)
August 2006 (2)
April 2006 (1)
Daenet Links
Quark's Bar - Community Blog in Bosnian
My Web
Browse by Tags
All Tags
»
CAML
(
RSS
)
MOSS
MOSS 2007
NET
SharePoint
SharePoint Object Model
MOSS, Sharepoint Object Model and CAML: Recursive search (search in subfolders) in document libraries and lists
by
Adis Jugo
One of the nice features in SharePoint Object Model is querying lists and document libraries with CAML queries with GetItems method. One of the overloads of this method allows (a part of a) CAML query as parameter SPList.GetItem(SPQuery), meaning everything...
Filed under:
MOSS
,
SharePoint
,
MOSS 2007
,
CAML
,
NET
,
SharePoint Object Model
Using CAML to query Sharepoint lists over Lookup fields
by
Adis Jugo
If you have ever tried to query a SharePoint List, over a LookupList value with CAML, you know that the "supposed" CAML way to do it is over the "Title" field of the LookupList values. For example, if we want to query the sharepoint...
Filed under:
MOSS
,
SharePoint
,
MOSS 2007
,
CAML