Tagged Questions
2
votes
1answer
188 views
Why is default ScheduledItem StartDate a 'weird' value?
If you create a new ScheduledItem object and look at the StartDate - it's 1/1/1990 - why? This has just caught me out when trying to evaluate whether the dates have been set or whether they're, what I ...
0
votes
1answer
27 views
Possible to get a list of scheduleditems?
Is it possible to get a list of ScheduledItems from SharePoint in C# (event receiver)?
For example, I've created a ScheduledItem and called the .Schedule() method. I'd expect this ScheduledItem to ...