vote up 0 vote down star

Our project has a site template that manages custom properties using SPWeb.Properties. However I need to be able to change these values through the webservices and I am having trouble finding any methods to even return the custom properties.

Where can I find the equivalent to the SPWeb.Properties collection in the SharePoint web services?

flag

1 Answer

vote up 2 vote down check

I doubt there is a builtin service doing that. If you have access to the server, it should be trivial to create a service exposing this, though.

link|flag
Shame really. Our release to production procedures take about 20 billion times longer than actually coding anything :) – Nat Apr 21 at 21:02
If you deploy your template as a SharePoint solution, you should consider including a custom web service as a part of that. – Øyvind Skaar Apr 27 at 19:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.