EventReceiverUtility.RunAndHandleVersionConflicts method (SPListEventProperties, EventReceiverUtility.ListEventReceiverCodeToRun)

Runs code and manages version conflicts.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Sub RunAndHandleVersionConflicts ( _
    properties As SPListEventProperties, _
    codeToRun As EventReceiverUtility.ListEventReceiverCodeToRun _
)
'Usage
Dim properties As SPListEventProperties
Dim codeToRun As EventReceiverUtility.ListEventReceiverCodeToRunEventReceiverUtility.RunAndHandleVersionConflicts(properties, _
    codeToRun)
public static void RunAndHandleVersionConflicts(
    SPListEventProperties properties,
    EventReceiverUtility.ListEventReceiverCodeToRun codeToRun
)

Parameters

See also

Reference

EventReceiverUtility class

EventReceiverUtility members

RunAndHandleVersionConflicts overload

Microsoft.Office.Server.Utilities namespace