SPItemEventProperties.InvalidateWeb method

Invalidates the current SPWeb object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub InvalidateWeb
'Usage
Dim instance As SPItemEventProperties

instance.InvalidateWeb()
public void InvalidateWeb()

Remarks

This method is used to invalidate an outdated SPWeb object so that the next time a request to access the website is made, the caller will get the updated object.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace