Top "Splist" questions

How to get list of all document libraries from sharepoint site programatically

I am using below code which gives me both list & document library; but I am trying to get list …

sharepoint sharepoint-2010 sharepoint-2007 splist
Add field to SPList default view

I've created an SPList instance with some custom fields. But When I'm viewing this list in sharepoint (default view), only …

sharepoint list view splist
How to attach Event Receiver to SPList programmatically?

I'm working on a project i SharePoint 2010 where I have several under sites. each under site contain a list with …

c# sharepoint events splist
How to get the last modified date of a SharePoint list (SPList)

I have some code which replicates list templates files for new sites in SharePoint 2007. It checks the SPList.LastItemModified to …

sharepoint-2007 last-modified splist
Check if a list already exists before creating it

I am creating a list definition and a list instance with xml code in my SharePoint 2010 solution. Now, each time …

sharepoint-2010 splist