locked
Quotas and Locking via webservics RRS feed

  • Question

  • Forgive me if this is a basic question, I'm very new to sharepoint, but I've been going through the webservice documentation (http://msdn.microsoft.com/en-us/library/ee705814.aspx) and can't seem to find any methods to do what I'm looking for.

    There's two things I'd like to do via the webservices (calls are coming from remote location so unable to use Microsoft.Sharepoint classes)

    1. assign a quota template to a site collection
    2. lock/unlock a site collection

     


    Thank you in advance for your help. If you think you may be able to help with any of my unanswered threads please look at them here
    Thursday, May 5, 2011 5:29 PM

Answers

  • I don't think either of those have web service functionality - Any reason you need a web service for this? You could of course write your own...
    • Marked as answer by KeFang Chen Sunday, May 15, 2011 2:58 AM
    Thursday, May 5, 2011 7:11 PM

All replies

  • I don't think either of those have web service functionality - Any reason you need a web service for this? You could of course write your own...
    • Marked as answer by KeFang Chen Sunday, May 15, 2011 2:58 AM
    Thursday, May 5, 2011 7:11 PM
  • We're doing some automated provisioning of site collections for our clients and part of the requirements is to assign a quota template when the site collection is created.

    The requirement for locking comes into play if a client decides to suspend/deactivate their account we also need to lock the associated site collection.


    Thank you in advance for your help. If you think you may be able to help with any of my unanswered threads please look at them here
    Friday, May 6, 2011 3:17 PM
  • I still dont see why you'd need a web service for any of this, but again you can write your own WCF Service to accomplish this.

    http://msdn.microsoft.com/en-us/library/ff521586.aspx

    http://msdn.microsoft.com/en-us/library/ff521581.aspx

    Friday, May 6, 2011 8:13 PM