Tagged Questions
0
votes
1answer
161 views
Add WebPart to publishing page in Synchronous ItemAdded Event Receiver
I'm trying to add a webpart to a publishing page after the page is created, so I've created an Event Receiver, the problem is, if I make the Event Receiver Synchronous (As it should be) the code ...
1
vote
1answer
98 views
Is it possible to check if a page is scheduled for publishing?
I can create a ScheduledItem in an event receiver, but how do I check if a list item is scheduled?
What I've tried:
IsScheduledItem method (ScheduledItem class) - but this method: "...confirms that ...