The following example reads specific properties of a website. try { string siteUrl = “http://server/SiteCol”; //The constructor ClientContext requires a url using(ClientContext clientContext = new ClientContext(siteUrl)) { Web website = clientContext.Web; //retrieves the title and site Created clientContext.Load(
This post illustrates how to create a new SharePoint Site based on custom template using Web API. Required parameters: contextUrl, url, title, Webtemplate Where: contextUrl = https://server.sharepoint.com url = mysite Webtemplate = STS#0 var requestUri = contextUrl + ‘/_api/web/webs/add’; return $.ajax({ url: requestUri, type: “POST”, data: “{ ‘parameters’: { ‘__metadata’: { ‘type’:
Often after building a website, I am required to change the title. Here is an example of how to update the Title and Description of a website using CSOM. string siteUrl = “http://MyServer/sites/MySiteCollection”; //Costruttore using (ClientContext clientContext = new ClientContext(siteUrl)) { //change title and description of siteUrl Web website =
Hello Everyone, In this blog, I’ll show you how you can easily installation SharePoint 2010 on Windows Server 2008. Before going ahead, Kindly verify few things on your machine 1. You have done installation of Microsoft SQL Server 2008/2012 R2 on your Machine. 2. You have done installed and configured Active Directory Domain Server on
I was facing too many issues with my SharePoint. After too many hit and trial, I decided to unprovision/detach SharePoint and then again attach SharePoint. I then decided to run the SharePoint Configuration wizard to perform the above operation. After 3rd step it has given me error to ask me check log file where I found nothing. OK. Then I decided to use the great PowerShell. I used
About Worker Process:-Worker process (w3wp.exe) runs the ASP.NET application in IIS. This process is responsible to manage all the request and response that are coming from the client system. All the ASP.NET functionality runs under the scope of worker process. When request comes to the server from a client worker process is responsible to generate the
An image rendition is another huge benefit to content authors. In previous versions of SharePoint there were challenges around managing the images for articles or posts and the associated images for the thumbnails of those articles. SharePoint 2010 just could not resize on the fly which through my own experience was a real disappointment and
Recently I am working on a project which contains plenty of SharePoint lists. Customer wants to migrate (Copy/Paste) existing data (from X Database) to these SharePoint lists. Customer was trying to open SharePoint lists as Datasheet view and getting an error as below: Problem: Datasheet view feature on SharePoint 2010 not available for customer who install
Most of the SharePoint developer may know the life cycle of ASP.NET. While working with SharePoint, it may possible not aware with Web Part life cycle. I am trying to explain SharePoint 2010 Web Part life cycle in this post. It is very much similar as ASP.NET page life cycle with enhancement of few events.
As I regularly go on the search for some SharePoint funnies, I have saved a number of classic SharePoint humor pics. Tuesday can be a tough day in the office, with the need for some chuckles! Some of these are too good not to share with your guys here, and some are just plain silly.
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
