February 2005 - Posts
I've got a slew of topics that I've already got brewing in my head for the next two weeks... This comming week I'll be talking about the SharePoint Portal OM via code samples and work into it in a similar fashion to how I introduced the WSS OM already.
Read More...
Today I'm taking a slight break from direct coding examples to introduce a simple topic which will be useful later when I write about customizations in SharePoint. Don't fret though, I'll be writing about Microsoft.SharePoint.Portal next week for those
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx for setup if you are not familiar with creating a SharePoint OM application. For this entry, you may want to enable the invoke via IE capability discussed in http://blogs.msdn.com/dwinter/archive/2005/02/21/377695.aspx
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx for setup if you are not familiar with creating a SharePoint OM application. This is a simple example of programatically changing metadata on data within all lists in a site. This can
Read More...
Sometimes you may want to do a quick OM call without actually writing an application. This can on occasion be done using the existing web services. Not every call allows for it--but many do, and you might just find yourself in a situation where you can
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx for setup if you are not familiar with creating a SharePoint OM application. This is a simple example of changing Max and Warning Storage quotas on all sites. This can be necessary
Read More...
Ran into an error where when you browse a custom list for the first time after an iisreset the list would show an error message noting that it has been deleted such as The list or view of a list that is referenced here no longer exists. . If you simply
Read More...
Who is Dan Winter? I have been with Microsoft full-time for close to 5 years now... I started out on the Exchange 24x7 team in product support where I enjoyed a near 4 years of mentoring peers, training new-hires, taking on those tough issues, and being
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx for setup if you are not familiar with creating a SharePoint OM application. This is a simple example of removal of all alerts registered in a site. This can be handy for testing or
Read More...
This entry is a walk-through on how to create a simple SharePoint Object Model application (often referred to as SharePoint OM or just OM). First, open Visual Studio.NET 2003 on your development server that has WSS or SPSv2 installed. Create a new C#
Read More...