Trying to figure out the correct name of a field? Well, don't bother. Use the SPBuiltInFieldId class. See the example below:
foreach(SPListItem item in docoList.Items) {
string createdBy = item[SPBuiltInFieldId.... Read More...
If you want to setup a custom dictionary in SharePoint you can do so on a Site Collection basis (i.e. one custom dictionary per site collection). To do so:
SharePoint workflow is powered by Windows Workflow Foundation, and custom WF activities can be used in a SharePoint workflow. Here is how to add SharePoint c... Read More...
Have you tried to use the content by query webpart and found that one of the custom fields you want to include has spaces or other characters that are not liked by xsl? You will need to use the property DataColumnRenames to do the translati... Read More...
This document shows you how to install Windows SharePoint Services 3.0 side-by-side with Windows SharePoint Services 2.0, so you can use the exciting new features in Windows SharePoint Services 3.0 without breaking the integration between Windows... Read More...
When you go to lower level site under the root site in a WSS site collection, and view the site settings, there doesn't seem to be a link to save your site as a template. However, in the root site's settings there is an op... Read More...
When trying to edit the name, description or group of a Site Content type in MOSS 2007 B2 TR you receive the following error:
Read More...
Just released at Microsoft Downloads:
Visual Studio project templates for Web Parts, site definitions, and list definitions; and a stand-alone utility program, the SharePoint Solution Generator.
Just came across this new neat feature in MOSS.
MOSS now allows you to publish links to SharePoint sites and lists when openi... Read More...
The earlier post pointing out the existence of 'RunWithElevatedPrivileges' caught my eye recently. And it wasn't too long before an opportunity to use it arose.
After much fiddling, I managed to get it to work. The cod... Read More...
The lowdown is: If you specify accounts for the app pool identity the accounts you choose need to be in the local WSS_ADMIN_WPG group. This doesn't seem to happen automatically.
The long answer is: I installed a brand new MOSS server B2... Read More...
MOSS Beta 2 TR appears to have a schedule task issue. The issue presents itself when you try and perform an action that creates a schedule task in the backgro... Read More...