Tagged Questions

2
votes
1answer
75 views

Automating Site Collection Creation in SharePoint

UPDATE I can now perform succesful UI impersonation. This was an issue with the code I was using and after viewing Jay Nathan's article I have reverted to his code and all is working great. In …
2
votes
2answers
440 views

Setting author field in SPListItem won’t persist

I am trying to copy an SPListItem (with file) from one site collection to another. I do this by creating the file like this: var archiveFile = …
2
votes
3answers
165 views

Issus deleting a site collection

Hi, I'm currently doing some test where I try to delete a site collection programmatically. Thereby I realized some strange behavior by SharePoint. I used the following code to test the site …
2
votes
1answer
354 views

How do I programatically set the SharePoint’s site collections Search Center property?

I have a site collection and I want to set the search center value to be the same as another site collection. The site collection is created in code, so I need to be able to set the property after the …
1
vote
1answer
33 views

Sitecollection Overview Page

I have the following situation: MOSS 2007 Server Environment A -> Intranet MOSS 2007 Server Environment B -> Collaboration Environment (approx. 150 site collections for various issues) Both …
1
vote
4answers
1k views

Changing SharePoint Site Collection Title

I need to change the title of a site collection in SharePoint (MOSS 2007). I found one post saying it can be done in SharePoint Designer, but I wasn't seeing the specified menus, and haven't been able …
0
votes
2answers
454 views

SharePoint lookup column across site-collection boundary

The basic situation is that I have a list of company contacts that exist in one site that I would like to share. The contacts are referenced from a list within that site, and I would also like to be …
0
votes
3answers
379 views

WSS 3.0 Multiple Domains

We have been running WSS 3.0 for our intranet. We are going to be moving our internet site to WSS 3.0. The vast majority of people will access the new internet site anonymously. My question is in …