↧
Managing ‘Managed Paths’ through code
Today I needed to check through code whether a managed path is defined and couldn’t find any sample code or information on the net so I decided to investigate this myself. I starting from the place...
View ArticleChanging the default list content type programatically
This is something I wanted to do today and couldn’t find any obvious way to accomplish it. Checking the code behind of the ChangeContentTypeOrder.aspx page revealed how it can be done. You need to...
View ArticleRunning execadmsvcjobs through code
Well there are many ways you could achieve this and this is just one of them. It simply creates a new instance of the SPExecuteAdministrationServiceJobs class and calls its Run method. This will start...
View Article