So , one of the developers called me up and told me that he could not get into his single server development SharePoint farm, he could deploy his solution however. So I rolled ...
by PauliusKe
Just “quick and dirty” public static void ChangePermissions(SPSecurableObject subject, SPPrincipal principal, SPRoleType roleType) { SPRoleDefinition roleDefinition = null; SPRoleAssignment roleAssignment = subject.RoleAssignments.GetAssignmentByPrincipal(principal); if (roleAssignment != null && subject != null) ...
In my previous blog, we have installed Windows Server 2012 R2. Now, in this blog, I’ll show you how you can install Active Directory with Domain Controller in Windows Server 2012 R2. Kindly ...
if we want to work with the quicklaunch we must first know how to read its nodes: //constractor for client context using (ClientContext clientContext = new ClientContext(siteUrl)) { using(Web ...
In this blog, I’ll walk you step by step through the installation of SharePoint 2013 on Windows Server 2012 R2. Before going ahead in detail, Let’s quickly check out the Hardware and Software ...
\\ This example delete all nodes of Navigation.QuickLaunch \\constructor of the client context: requires an input parameter using (var context = new ClientContext(siteUrl)) ...
If you happen to stumble upon this problem: “WSS PROXY USAGE APPLICATION STOPPED” follow this procedure: Read id proxy services: launch from management shell: Get-SPServiceApplicationProxy Take the id of the service WSS Usage ...
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)) { ...
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 = ...
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 = ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
When we deploy a WSP solution using Visual Studio onto a development Farm server it is always deployed to one Web Application that is mapped to the Solution. However, when we create a package and try to deploy to a Testing or ...
I recently had a problem where a User was being prompted for their credentials every time they would select the option to use ‘Open with Explorer” from the SharePoint Ribbon. It took a while ...
Moving from the world of SharePoint 2010 XSLT views to HTML5 and CSS world can be quite bumpy road. But, I guess it is worth to take it, as every day we experience ...
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]