Blog
ADIS JUGO - THE SOUTHERN SIDE BLOG
Trusted advisor and entrepreneur. CEO of Teams Consulting. Co-founder and lead architect at run.events. Co-founder and deputy CEO at KORTO. Microsoft MVP for Microsoft 365 and Azure, and Microsoft Regional Director. Spiritus movens at CollabSummit and CloudSummit. Firmly believes in leading by example and motivation. Lives besides the oldest vineyard in the Rhine valley. Prefers collecting stories to collecting possessions.
Working with user roles and permissions in SharePoint Object Model
This post explains how to govern user roles and permissions from the SharePoint Object Model. Creating SharePoint groups, adding users to the group, setting permissions for the group and check the existing permissions are explained. In this example, I'll create a...
Read the BDC data from MOSS Object Model
So, what do you do the first when you want to create a rock-solid BDC system with your SharePoint? If your BDC is going to fetch it's data from the web service, you will of course first create the service, which must contain at least two methods: the IdEnumerator and...
MOSS, Sharepoint Object Model and CAML: Recursive search (search in subfolders) in document libraries and lists
One of the nice features in SharePoint Object Model is querying lists and document libraries with CAML queries with GetItems method. One of the overloads of this method allows (a part of a) CAML query as parameter SPList.GetItem(SPQuery), meaning everything inside ......
Importing linked lists into existing MOSS 2007 site
Importing linked lists into existing MOSS 2007 site Picture this situation: you have two operational MOSS 2007 sites, possibly at two different MOSS servers. Now, you have to copy two SharePoint lists from one site to another, retaining all additional information like...
Internet Explorer 8 Beta 1 is here!!!
Download Internet Explorer 8 Beta 1 and put the web at your service for you and your customers. This beta is aimed at web developers and designers to help them take advantage of new features in Internet Explorer 8 that will enhance their websites....
Fighting the SPGridView contol
hOne piece of SharePoint toolbox, rarely used, and not well known, is a SPGridView control, a SharePoint wrapper over a standard .NET GridView control. Since the SPGridView is not well documented, and implementing standard functionality with it is somewhat painful, I...