by adis.jugo | Mar 11, 2009 | Development
Here is the full list of SharePoint Services 3.0 Events that you can handle with your recievers: Item – level events (SPItemEventReceiver Methods) Synchronous ItemAdding Synchronous Before event that occurs when a new item is added to its containing object....
by adis.jugo | Feb 11, 2009 | Development, News
Finaly! A version 64-bit of VS 2008 Extensions for SharePoint is out, in a form of a CTP. Yes, that means we can now develop on x64 servers as well 🙂 CTP 1.3 brings some new features as well: Can be installed on x64 Server OS machines running SharePoint x64....
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...