Retreive recursive all SP Subwebs with current User Permission
As an alternative to programming against the SharePoint web services you can use the SharePoint object model. The object model can be used when the application will run on the server where SharePoint...
View ArticleHow to modify the Userprofile´s QuickLinks (MyLinks) with the SP Object Model.
In this post I wanna explain how to access the UserProfile´s QuickLinks (MyLinks) Sharepoint Personal Sites with the SP Object Model. The best way is to create a custom WebPart with the Visual Studio...
View ArticleHow to add a SPFeatureReceiver to a Custom ListInstance?
In reference to my previous post about binding a Custom ContentType to a new ListInstance, I wanna solve this issues belowe with a SPFeatureReceiver class in Visual Studio....
View ArticleIntroduction in Custom WF Activities
Microsoft Office SharePoint Designer 2007 allows non-developers to create custom workflows in a straightforward way by using the workflow designer it provides. During the process, the user “glues”...
View ArticleHow to retrieve Sites and Pages from the SiteMapProvider recursively
In this short post I gonna show you how to retreive a SharePoint SiteMapProvider here CurrentNavSiteMapProvider (LeftNavBar) in your MasterPage and create a XML file where you gonna write the XmlNodes...
View ArticleUsing SPWebConfigModification within a Feature Receiver
Sometimes when developing moduls for SharePoint you have to register these modules in your application web.config. You can easily do this by using the SPWebConfigModification class in combination with...
View ArticleAdd a Custom Application.master by using the HttpHandler
In this post I am going to show you how to apply a custom Application.master to your ShareP0int application by using the IHttpModule. My approach was to create an “HttpHandler” that simply would...
View ArticleAccessing webparts in a page using the SP Object Model
The SPLimitedWebPartManager provides a limited set of Web Part operations that can be performed in the SP object model. It can be accessed by adding the microsoft.sharepoint.dll rference to your class....
View ArticleAsccess Denied when accessing Webpart
In various cases while developing custom web parts or controls for SharePoint we have to use the SPSecurity.RunWithElevatedPrivileges construct to execute some part of the code which needs elevated...
View Article