Archive for 'Object Model' Category
Download wsp solution file from SharePoint Farm
By namwar - Last updated: Sunday, October 10, 2010
Here is a simple code to download the actual solution file from SharePoint Farm.
How to find Microsoft.SharePoint.ApplicationPages.dll and some other assemblies
By namwar - Last updated: Saturday, June 12, 2010
How to find Microsoft.SharePoint.ApplicationPages.dll and some other assemblies
Verify your code with SharePoint Dispose Checker Tool
By namwar - Last updated: Monday, February 2, 2009
SharePoint Dispose Checker Tool is a great way to identify potential problems in your Sharepoint code for IDisposable objects.
Update List Item without changing Modified By and Modified fields
By namwar - Last updated: Tuesday, September 30, 2008
Here is a quick way of updating item fields without changing Modified and Modified By fields
How to check if the file is indexed in SharePoint or not?
By namwar - Last updated: Wednesday, September 17, 2008
Here is the quick way to find if your target file is indexed or not
SPDiffUtility: An excellent class to find differences in strings with HTML highlighting
By namwar - Last updated: Monday, August 25, 2008
This article describes the way to find text differences in two strings with automatic text highlighting of the differences.
How to find End Date Pattern in Sharepoint Recurring Event
By namwar - Last updated: Monday, August 18, 2008
This article describes the way to find the end date range pattern of Sharepoint recurring event
