Top "Spweb" questions

Get files from _layouts folder in SharePoint

I'm currently working on a project where I'm adding docx-files to the Layout folder in Visual Studio and then use …

c# sharepoint spweb
How to get SPWebApplication from SPWeb?

So I'm inside a web scroped feature (properties.Feature.Parent = SPWeb). How do I get the SPWebApplication from this SPWeb? …

c# sharepoint-2010 spweb
Programmatically Accessing SharePoint Style Library from within C#

Firstly, I'm a newbie to C# and SharePoint, (less than a month's experience) so apologies if this is an obvious …

c# sharepoint spsite spweb
How do I programatically turn off show pages in navigation for sharepoint

I am progamatically creating a SharePoint site using SPWeb spWeb = spSite.AllWebs.Add(...); What code do I need run to …

sharepoint navigation moss spweb
How do I get the user Id from user information list using the user name with help of javascript?

I have a condition in which I add people to user information list and then would like to add them …

sharepoint spweb
What is the difference between SharePoint Web and Site

Could anybody explain the difference between SP.Web and SP.Site entities? As I understand SP.Site contains different SP.…

sharepoint-2010 spweb spsite