Tagged Questions

3
votes
1answer
1k 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 ...
2
votes
1answer
5k views

Copy SharePoint 2010 site collection/web application

I have a SharePoint 2010 web application with one site collection. I want to copy that site collection to a new web application on the same server. I took a backup and restored it to a new database ...
2
votes
2answers
545 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
3k 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
773 views

Issus deleting a site collection

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 collection ...
2
votes
4answers
6k 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 ...
1
vote
2answers
170 views

SharePoint 2010 Change context for RunWithElevatedPrivileges

I have 2 Site Collections, lets just call them A and B. In A I have a list of some content that I want to syncdicate across multiple site collections. I have created a custom content query web part ...
1
vote
3answers
1k views

SharePoint 2010: efficient union query across site collections?

In SharePoint 2010, I would like to create a list in one SiteCollection that queries data from several other SiteCollections that have common fields: Is this possible, and if so - can it be done ...
1
vote
1answer
73 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 ...
0
votes
1answer
84 views

Sharepoint2010: Copy items between 2 document librarys in different site collections

Situation: One WebApplication, two site collections. Both site collections have the same "type" and data structure. Both collections use a document library with the same structure. Problem/Question: ...
0
votes
0answers
26 views

SharePoint - How to lock a WSP solution to a Site Collection? Server? And a farm?

I have built a WSP solution that I intend to sell to my clients. I can see that other companies sell solutions that are locked to be only used on a particular Site Collection or a server or a farm. ...
0
votes
1answer
32 views

Get Maximum Allocated Size For SharePoint Site And Recycle Bin In C#

I am pretty new to Sharepoint, but I am wondering if there is a way to get the maximum allocated space for a Sharepoint Site Collection, Site, and Recycle Bin? I know to get the size of a Site ...
0
votes
1answer
238 views

How to Creatie Multiple Site Collections and Subsites under a already Created fresh Web Application. Sharepoint 2010

I have a fresh web application already created. Now I just want to Programmatically add Site Collections and Subsites to the Web Application using the console application. Any Help appreciated. ...
0
votes
2answers
857 views

Import SharePoint Site before creating a Site Collection

I've exported a number of sites from one SharePoint server. I have created a web application (url http://jps) but have not yet created a site collection. I am attempting to import these sites on ...
0
votes
3answers
394 views

Why do I get UnauthorizedAccessException with some application pool identities if I'd like to use SPSiteCollection.Add in Sharepoint 2010?

The background of this question is that my current task is to develope an application page which enables users to create site collections. The properties of the site collection are read from a list ...
0
votes
1answer
453 views

Programmatically tell whether a webpart that has been deployed is a native one that ships with MOSS, or one that was custom developed?

I have a SharePoint 2007 MOSS instance, and I'm on a fact-finding mission. There have been multiple developers, developing multiple webparts and deploying them (using VS2005/2008 SharePoint ...
0
votes
3answers
4k 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
1k 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 ...