>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Creating custom list definitions MOSS 2007 using the Solution Generator 2008

The solution generator can be used to create list definitions and deployment package for the same. Steps to create a solution package for a list defintion, Open the Solution Generator, Select the list definition option and click next, Select the &#822…

Search Crawl Warning – The file reached the maximum limit

To fix this issue, check on the following steps It was observed that search crawler had logged the following warning message, “The file reached the maximum download limit. Check that the full text of the document can be meaningfully crawled” This …

Programmatically setting the moderation status or Approval status of a folder in the Pages library

The code for programmatically setting the moderation status to Approval for folders created in the publising pages library is as follows, it is assumed that the folder is being created already. Setting the folder approval status is vital as otherwise t…

Create a custom folder in the Page Library of SharePoint Publishing template

Sharepoint by default does not allow creating folders in the Pages library. Folders can be created using the explorer view in the Page Library and another is using custom development, by using a tool. The code for creating a folder in the Pages lib…