How to get folder information in SharePoint 2010
How do you get get a folder’s detailed information, such as time it was modified and who modified it, from the folder’s “serverRelativeUrl” using JavaScript object model in SharePoint 2010? At first glance I thought this was a simple question. It is easy to get a SPFolder object from “serverRelativeUrl”, thus it should be very […]
Creating a Lightweight Timer Job for a Site Collection: Defining Custom Work Items
Creating a Lightweight Timer Job for a Site Collection: Defining Custom Work Items Timer jobs run in a specific Windows services for the SharePoint Server (please refer to: http://technet.microsoft.com/en-us/library/cc678870.aspx for more information). SharePoint provides some built-in timer job definitions for infrastructure, which provides developers a mechanism to customize jobs. These jobs allow developers to incorporate […]