Sharepoint Migration | Sharepoint Code
If you are developing for sharepoint you have likely come across the stumbling block. Your running something like Windows 7, Vista or XP, Visual studio 2008, 2010 something like that. You want to develop for sharepoint directly but when you go to make a fresh webpart or indeed any solution for sharepoint it basically says [...]
October 20th, 2010 | Posted in Microsoft Sharepoint 2003, Microsoft Sharepoint 2007, Microsoft Sharepoint 2010, Sharepoint 2010 Development, Sharepoint 2010 Master Pages, Sharepoint 2010 WebParts, Sharepoint Csharp, Sharepoint Developers, Sharepoint Migration | No Comments
We have touched on inserting an image directly into a default sharepoint picture library (using csharp and in sharepoint 2010) but what if you want to upload an image directly into Sharepoint 2010, but to a specific gallery? Well the first step is to find the specific guid of a gallery – something you can [...]
October 5th, 2010 | Posted in Microsoft Sharepoint 2010, Sharepoint Csharp, Sharepoint Developers, Sharepoint Migration, SPFile Csharp, SPList Csharp, SPWeb csharp | No Comments
Want to make a new publishing page in sharepoint 2010? Want do do it in code? use csharp! yes use it! here we will explain the complete steps of going about setting up a new PublishingPage object. First we will grab the correct page layout object to insert the new page with, then we will [...]
October 4th, 2010 | Posted in Microsoft Sharepoint 2010, PublishingPage, PublishingWeb csharp, Sharepoint 2010 Page Layouts, Sharepoint Csharp, Sharepoint Developers, Sharepoint Migration, SPFile Csharp | No Comments
The majority of times we talk about error codes in sharepoint, especially in 2010 we don’t need more than the reference off of the error page, but sometimes it can be easy to forget where the logs are and frustrating skipping through them to find out where the REAL error was, as quite often these [...]
October 1st, 2010 | Posted in Microsoft Sharepoint 2010, Sharepoint 2010 Config, Sharepoint 2010 Master Pages, Sharepoint Csharp, Sharepoint Migration | No Comments
Yesterday we looked at adding a file to a document library, which is essentially the same process as we will use here, but this is more specificly a function which will insert/upload/add an image into a default images sharepoint library (one is created for every publishing web you make, designed to house images used in [...]
September 23rd, 2010 | Posted in Microsoft Sharepoint 2010, PublishingWeb csharp, Sharepoint Csharp, Sharepoint Migration, SPWeb csharp | 1 Comment
To accompany all of the sharepoint migration and development code here is a few useful functions for getting images/bytes from urls directly in csharp and breaking strings down into file extensions. Might save you a little time if you need to drag content from an existing intranet into your new sharepoint deployment. Nothing complex here. [...]
September 20th, 2010 | Posted in Microsoft Sharepoint 2010, Sharepoint Csharp, Sharepoint Migration | 2 Comments