Sign in
Microsoft Tech Blogs
These are blogs on various products that Microsoft has and I have worked on :)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Audience Targeting
Blogs
Browser-enabled
CAML
cewp
Content database
content deployment
content type
content type hub
Dashboard
Document Library
documentset
EBE
errors
Event handler
features
FIM
FOLDERS
hostheader
IIS
Infopath
Information Panel
licensing
Memory leak
MOSS
mossl
Navigation Provider
page layouts
Pages
performance
Publishing
sandbox
Service Accounts
Sharepoint 2007
sharepoint 2010
Sharepoint Features
SP 2010
SP2007
SP2010
SPField
SPList
SPListItem
SPListItemCollection
ssp
TAG Cloud
Themes
Usage reporting
Virtualization
web part
webtrends
Browse by Tags
MSDN Blogs
>
Microsoft Tech Blogs
>
All Tags
>
splistitem
Tagged Content List
Blog Post:
Sharepoint 2007 (MOSS) SP List operations using Object model (progrmatically)
Ketaanh Shah
Following are few of the things that I used using Sharepoint 2007 (MOSS) object model, so if you want to programmatically create a list, delete items from the list, etc. Deleting all items inside List: SPWeb web = SPContext.Current.Web; SPList myList = web.Lists ["List_Name"]; SPListItemCollection...
on
6 Feb 2008
Page 1 of 1 (1 items)