Welcome to MSDN Blogs Sign in | Join | Help

dwinter's [MSFT] WebLog

SharePoint Program Manager

March 2005 - Posts

How to reprovision a document library programatically (simple example)
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...
Programatically remove Manager information from Portal Profiles
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...
SharePoint Portal audience compilation testing code sample
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...
Some SharePoint Portal OM basic samples
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...
Creating an application using the SharePoint Portal Object Model -- accessing PortalSite
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...
Page view tracker