SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

TechEd EMEA 2008

0
Next week i'll be @ TechEd EMEA 2008 Developers in Barcelona with my colleague João Martins aka "Jota".I hope it will be a very interesting week, Pedro Rosa from Microsoft Portugal...

Using SPUserToken

0
When you need to do something in a list or item, in SharePoint, with a specific user you can use the SPUserToken.Here is an example:try{    SPWeb webOrigUser = SPContext.Current.Web;    //get...

SharePoint 2007 – Checking if a Workflow Instance is Completed

0
Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents"...

SharePoint Tip #23: Creating a Personal Site

0
The User Profile is the central concept behind the personalization features of SharePoint (MOSS only). In addition to the User Profile, each user can have a My Site. A...

SharePoint Tip #22: Create a User Profile

0
The best way to create SharePoint User Profiles is to import them from somewhere (Active Directory for instance). This is specially true if you want to create a lot...

SharePoint Tip #21: Importing User Profiles

0
One of the best things of SharePoint's User Profiles, is that the profile data can be imported from several data sources (Active Directory or other LDAP directories, Databases and...

SharePoint Tip #20: Get User Profile

0
User Profiles are a central concept to Office SharePoint Server 2007. They store all the information about the SharePoint users in a central location, the User Profile Store, allowing...

SharePoint Infrastructure Update and SharePoint SP1 environments

0
Great news.For some reason if you need to install a Publishing Site, developed in a SharePoint 2007 with infrastructure update, in a SharePoint 2007 with only SP1 o you...

Integrate SharePoint Server 2007 with Search Server 2008

0
If you have a client that needs a SharePoint 2007 Farm, with for example one SharePoint front-end and a index server, Microsoft recommends that you install, in the index...

SPSiteDataQuery – Query cannot be completed because the number of lists in the query...

0
What to do when you try to execute a SPSiteDataQuery and sharepoint returns this error message: "The query cannot be completed because the number of lists in the query exceeded...