by adis.jugo | Sep 29, 2012 | HowTo
When you have an Microsoft Office document in a SharePoint library which has versioning enabled, and when you click directly on the file link inside the SharePoint interface, you’ll get the open-document dialog, where SharePoint is asking you how do you want to open...
by adis.jugo | Sep 12, 2012 | Development, HowTo
IMPORTANT: This is an update of an article where I have explained pairing Windows Azure Workflow Beta (how it was previously called), with SP 2013 Preview. Since the story has not changed much with the RTM bits, instead of writing a new post, I’ll just update existing...
by adis.jugo | Sep 11, 2012 | Development, HowTo
SharePoint 2013 has brought as a completely new Workflow engine, currently known as mainly as Windows Azure Workflow in version 1.0 Beta, but sometimes also known only as Workflow 1.0 Beta. It has a very convenient installation method, through Web Platform Installer +...
by adis.jugo | Sep 6, 2012 | News, Random Thoughts
I do quite some travelling, speaking at conferences, talking about SharePoint. And when you think that you’ve seen it all, then KulenDayz happens to you. For those of you guys who are not from the CEE region (Central and Eastern Europe), KulenDayz is...
by adis.jugo | Sep 4, 2012 | Development, HowTo
For today, just a short code snippet for moving users (SPUser) between SharePoint Groups. Cheers! private static int MoveUsers(Guid scid, Guid webid, string group1, string group2) { try { int movedUsers = 0; SPSecurity.RunWithElevatedPrivileges(delegate() { using...