---
title: "How would you go about getting a reference to a site by using SharePoint?"  
description: "How would you go about getting a reference to a site by using SharePoint?"  
author: "Chris Anderson"  
published: 2011-08-29  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1185/how-would-you-go-about-getting-a-reference-to-a-site-by-using-sharepoint  
category: "sharepoint"  
tags: ["sharepoint"]  
reading_time: 1 minute  

---

# How would you go about getting a reference to a site by using SharePoint?

C#: \
oSPSite = new SPSite("http:/server");\
oSPWeb = oSPSite.OpenWeb();

## Answers

### Answer by Chris Anderson

C#: \
oSPSite = new SPSite("http:/server");\
oSPWeb = oSPSite.OpenWeb();


---

Original Source: https://www.mindstick.com/interview/1185/how-would-you-go-about-getting-a-reference-to-a-site-by-using-sharepoint

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
