Archive for tag: object model

SharePoint Document Counter Counts The Document Downloads

15 December, 2010 (19:26) | SharePoint 2010 - Object Model | By: G Vijai Kumar

In this post I’m going to show you how to count the document events of SharePoint site, after going through this post you will learn how to count the document downloads, views, updates, deletion, restoration etc. I remember this solution has been asked by few people on this blog. Before knowing the document events (add, [...]

Understanding SharePoint Delegate Control

8 December, 2010 (15:25) | SharePoint 2010 - Object Model | By: G Vijai Kumar

In this article I’m going to explain about delegate control, before we jump start into the technical talk we will understand first what is the meaning of Delegates As I believe most of us we know that in general delegates are also called as ambassadors, diplomats, representatives etc. A delegate having high ranks has most [...]

Most Common Custom WebParts Part 2 – Menu WebPart Shows Sites and Sub-Sites in Fly-Out Mode

29 October, 2010 (05:12) | MOSS - Object Model, Sharepoint 2010, SharePoint 2010 - Object Model | By: G Vijai Kumar

In my previous post can view the most common custom webparts part 1 From last post I want to continue the series of most commonly used custom webparts, so once again I come up with a simple and small custom menu webpart shows all the sites and sub-sites of a SharePoint site in fly-out style

Most Common Custom WebParts Part 1 – Tree View WebPart Shows Sites and Sub-Sites

29 October, 2010 (04:26) | MOSS - Object Model, Sharepoint 2010, SharePoint 2010 - Object Model | By: G Vijai Kumar

I desired to support most common custom webparts used by the SharePoint professional, so that these can be helpful for them. A custom tree view webpart shows all the sites and sub-sites of a SharePoint site Please use the below code and to get the exact look as show in the aboave image, the tree [...]

Understanding SharePoint Property Bag Settings

30 August, 2010 (16:14) | MOSS - Object Model | By: G Vijai Kumar

Today my ex-coworker and friend ask me regarding SharePoint property bag, therefore I got an opportunity of posting this article on understanding SharePoint property bag settings. SharePoint property bag is a good place where we are able to accumulate key and value like a couple, It’s a hash table. There is no such user interface [...]