Tagged Questions
3
votes
3answers
850 views
How to create Site (SPWeb) on Sharepoint Online
I have a problem creating Sites on Sharepoint Online. The code that works on-premise do not work on Sharepoint Online.
I do not want to bother you with the code, i just want a clean start.
So my ...
1
vote
3answers
998 views
How does Sharepoint Online Event Receivers work?
I have created this Sandboxed Event Receiver on ItemAdding on a custom list.
It works on my on-premise server, but it does not work on Sharepoint Online aka. O365.
Anybody know how to create an ...
2
votes
1answer
196 views
createsite event handler in sharepoint online
I am writing an event handler that will create a new site whenever the new item is added to the list. My issue is it creates a new site everytime but it does and does not (randomly) execute the code ...