EventReceiverUtility.RunAndHandleVersionConflicts Method (SPWebEventProperties, EventReceiverUtility.WebEventReceiverCodeToRun)

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 SPWebEventProperties, _
    codeToRun As EventReceiverUtility.WebEventReceiverCodeToRun _
)
'Usage
Dim properties As SPWebEventProperties
Dim codeToRun As EventReceiverUtility.WebEventReceiverCodeToRun

EventReceiverUtility.RunAndHandleVersionConflicts(properties, _
    codeToRun)
public static void RunAndHandleVersionConflicts(
    SPWebEventProperties properties,
    EventReceiverUtility.WebEventReceiverCodeToRun codeToRun
)

Parameters

See Also

Reference

EventReceiverUtility Class

EventReceiverUtility Members

RunAndHandleVersionConflicts Overload

Microsoft.Office.Server.Utilities Namespace