Disable Event Firing – base.DisableEventFiring(); not found
base.DisableEventFiring() is found only if the class inherits from
SPEventReceiverBase.
The work around is to create a new class that inherits from
SPEventReceiverBase and update the item.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using...
[read more]
Submit a review:
Login required.