Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalidates the current ListItem object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub InvalidateListItem
'Usage
Dim instance As SPItemEventProperties
instance.InvalidateListItem()
public void InvalidateListItem()
Remarks
This method is used to invalidate an outdated SPListItem object so that the next time a request to access the list item is made, the caller will get the updated object.