English 中文(简体)
Locking / Unlocking a Site in Sharepoint
原标题:

I am working on a program that retrieves information from Sharepoint. Now I need to check the behavior of it with some locks.

My question is "How can I lock a single site within a site collection in sharepoint?" (Not programatically)

I got 2 clues,

  1. Use of stsadmin command line utility
  2. Use of Central Administration > Application Management > Site Collection Quotas and Locks

But in both cases I cannot lock individual sites.. It locks the entire site collection. :(

最佳回答

I am quite sure setsitelock only works on Site Collections. You only need to check if the entire site is locked in your program, you won t face it with a single web.

bool SPSite.ReadLocked
bool SPSite.ReadOnly //(when write access is unavailable too)
问题回答

暂无回答




相关问题
SharePoint - Approaching Website Storage Limit Email

How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...

UI automated testing within SharePoint

I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...

Enable authorization on sitemap provider

I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

Sharepoint 2007 Data view Webpart custom parameters

I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...

热门标签