views:

153

answers:

2

Here's the situation:

  1. I have a customized SharePoint2010 site created.
  2. I saved that site as a site template, which has created a solution.
  3. I want to be able to activate that solution using SharePoint2010 client object model.

Is that possible? If yes, could you show me how to do it? If no, then could you show me how it can be done using standard SharePoint object model, or any other method?

Thank you for all the help.

A: 

I am not sure, we can do it. Because client Object Model [BETA release not exposed all the functions in API.] We can do all like Site/library access but, not sure we can do administration side work like deploy solution and etc....

Rare Solutions
You're absolutely correct. It's not possible with the Managed Client Object Model.
Boris
A: 

Can look at an example here

Isha

related questions