DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Share Point Sample Code

SharePoint Tips & Code 1.Here is a bit of code to retrieve the list items from a list: SPList list = web.Lists["MyLibrary"]; if (list != null) { var results…