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