Tagged Questions
0
votes
1answer
225 views
Sandboxed Solution to create a Document Library and enabling manual declartion as record
I need to create a SharePoint Feature, when activated needs to create a Document Library and then enable the manual declaration as record. Following is the code which is working fine in a Console ...
1
vote
0answers
276 views
Sandbox solutions - Prevent auto activation of site collection features
Question:
Does anyone know a way to activate a sandbox solution in SharePoint Online without having the site collection features automatically activated?
Background info:
I have done a bit of ...
1
vote
2answers
288 views
“Service too busy” exception occurrs when trying to programmatically activate a sandbox feature with an attached feature receiver
The title says it all... I am trying to programmatically activate some sandbox features (from within a feature reciver that is also part of the sandbox solution). And whilst the features without ...
3
votes
2answers
445 views
Unable to delete List during solution deactivate
I have two list that I need to delete when a solution is deactivated and removed. But my code doesn't seems to be working. I am trying to delete and remove the quicklinks to the lists in ...