justbarno

Stories submitted by justbarno

Delete SPWebs that have expired with SPFeatureReceiver and SPJobDefini(justbarno.com)

submitted by justbarnojustbarno(20) 3 years, 4 months ago

Run a timer in your sharepoint farm, and perform any maintenance task you wish. In this case, I am deleting expired site collections. Zip file with all code included. read more...

add a comment |category: |Views: 27

tags: another

Sharepoint SPWebEventReceiver Workaround(justbarno.com)

submitted by justbarnojustbarno(20) 3 years, 4 months ago

If you've ever wanted to trap the site collection deleted event in SharePoint, but had trouble with the SPWebEventReceiver, try using a SPFeatureReciever to manually register the event. read more...

add a comment |category: |Views: 97

tags: another