SPChangeItem.AfterId property
Gets an integer that identifies the item after a change that involves URL renaming.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AfterId As Integer
Get
'Usage
Dim instance As SPChangeItem
Dim value As Integer
value = instance.AfterId
public int AfterId { get; }
Property value
Type: System.Int32
A 32-bit integer that identifies the item following the change.
Remarks
The value of the AfterId property equals the value of the Id property when the change does not involve URL renaming.