Browse by Tags
All Tags »
General OM (RSS)
Hey folks, as promised--we have hit the Beta2 mark, so here come the blogs again. I have had the opportunity to work with many of you in our private TAP and Beta programs, which I have enjoyed very much. I hope to initially share some of the knowledge
Read More...
I have gotten a lot of questions recently around the topic of reprovisioning. I wanted to show a simple example to get folks started. Reprovisioning will be a topic of interest during the up and comming site definitions posts that I'm working on putting
Read More...
I've seen a few requests recently where folks want to get rid of the Manager/Direct Reports functionality within Portal. I suspect the most common reason for this that folks are making their sites externally available and dont want people outside of the
Read More...
Today is fun with Audiences day! Audience compilation is a codebase that I am very familiar with. John West ( http://blogs.msdn.com/johnwe/ ) recently posted that if you're having audience compilation issues to make sure you had the latest Portal rollup
Read More...
Refer to http://blogs.msdn.com/dwinter/archive/2005/03/01/383306.aspx (Portal OM) and http://blogs.msdn.com/dwinter/archive/2005/02/15/373076.aspx (WSS OM) for setup if you are not familiar with creating a SharePoint OM application. We'll start with a
Read More...
Just as with the WSS OM, I will start out simple here. I am going to illustrate three different ways you might arrive at a PortalSite object. PortalSite could be considered to be your starting point in a SPS OM application. From PortalSite you can establish
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...
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...