by adis.jugo | Feb 11, 2009 | Development
If you have two very similar files, it can happen that the SharePoint search API recognize them as duplicate files. This all happens because of the the iFilter architecture on which the SharePoint Search relays on: from each file is first the pure text being...
by adis.jugo | Jun 13, 2008 | Development
In my previous post, I have explained how to work with user roles and permissions in SharePoint object model, how to access and create SPGroup objects (SharePoint groups) on the fly, and how to assign Permission Leves (a.k.a Role Definitions) to these SPGroup (or...
by adis.jugo | Jun 4, 2008 | Development
Yesterday, I was explaining the user-experience differences between Office 2003 and Office 2007 to a customer. What can be done with 2003, where do I definitely need 2007. And then came the question if the Office XP can be used. I didn’t know, and...
by adis.jugo | May 18, 2008 | Development
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...
by adis.jugo | Apr 16, 2008 | Development
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...