|
|
Browse by Tags
All Tags » C# » MOSS
-
Just been trying to find a good way of deploying these to different MOSS instances... e.g. Development, Test, QA & Live and also for giving to others for pre-sales demos.
Thanks to Chris O'Brien for the very helpful pointers and code on this, check out his blog series at : MOSS Artifacts Series
These are implemented using Web Solution ...
-
I have recently started work on handling some of the events that can happen on a form library. One of these is the ItemDeleting event. This occurs during the delete process for an item.
As the deletion of an object is part of a business process we had to copy the item to a Deleted library. This I did using properties.ListItem.File.CopyTo which ...
|
|
|