Today I caught lunch with Olufemi Oyekan and he told me that...
- One may set a time to die (disappear) for documents.
- SharePoint workflows have event handlers that one may grab ahold of.
- There are thirty "out of the box web" services.
- In an ASP.NET app one may specify a SPSite object allowing one to latch onto SharePoint and monkey with it in code:
SPSite oSiteCollection = new SPSite("YOURNAMEHERE");
No comments:
Post a Comment