Tagged Questions
3
votes
3answers
692 views
SharePoint SPSite Disposing
The scenario I have, is in the Execute method of a SPJobDefinition I want to go through every SPSite in the web application. So I have the following code:
foreach (SPSite site in ...
2
votes
2answers
120 views
SPSite.Exists(url) return false although the url exists
Does anybody know why SPSite.Exists(url) return false although the url exists.
If I check the above statement, it returns false.
But I can open the site without any problems if I directly use
...
1
vote
1answer
215 views
Sharepoint 2010 Show SPList on webpart from a remote SPSite
Im new to sharepoint and im trying to get a SPList from another SPSite i have on same farm, that itself is not a problem.
But i want to do something like this: ...
1
vote
1answer
455 views
Dealing with Sharepoint locked Site Collections
I am playing with an application that can crawl the contents of sharepoint server. But I got a problem while working with Locked Site collections.
There are some methods that cannot be used with ...
1
vote
5answers
8k views
Programmatically Accessing SharePoint Style Library from within C#
Firstly, I'm a newbie to C# and SharePoint, (less than a month's experience) so apologies if this is an obvious or easy question but I've been trawling the net for a couple of days now with absolutely ...
0
votes
2answers
273 views
SPSite Directory Selection (C#)
I have a code that is running through all the Sites that we have created in SharePoint and finding the Sites that have documentation. When I create the SPSite object (?), I am defining a specific ...